Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Error thrown after ending the audio track / array of tracks in React Native Track Player

useTrackPlayerEvents([Event.PlaybackQueueEnded], async event => {
  if (event.type === Event.PlaybackQueueEnded && event.nextTrack !== undefined) {
    TrackPlayer.stop();
  }
});
 
PREVIOUS NEXT
Tagged: #Error #thrown #audio #track #array #tracks #React #Native #Track #Player
ADD COMMENT
Topic
Name
3+7 =