To install react-native-track-player
see this guide.
To install release candidates run yarn add react-native-track-player@next
- Add property
isLiveStream
toTrack
for correct display in iOS control center. dcvz
- Make react-native-windows and optional peer dependency (#1324). jspizziri
- None.
-
Update SwiftAudioEx - Fixes issues with flickering notifications + pause between loads
-
Fix cyclic require warning regression #1057
-
[ios] Fix
PlaybackQueueEnded
event to be called only when the track ends #1243
- [ios] Fix getCurrentTrack returns undefined instead of null
- [ios] Fix getTrack returning undefined instead of nil
- Fix an issue with next/previous in the control center stopping playing on iOS15
- None.
- None.
-
Remove Support for iOS 10 & Support Xcode 13 dcvz #1186
- NOTE: Requires minimum deployment target to be updated to iOS 11.
-
Reset initialization on destroy sreten-bild
-
Fix
onTaskRemoved
NullPointerException Markario
- None.
-
Fix
Event.PlaybackQueueEnded
firing on initialization on Android dcvz #1229 -
Make
useProgress
unmount aware. lyswhut -
Make
usePlaybackState
unmount aware. dcvz
- Import SwiftAudioEx through podspec dcvz
useProgress
hook should update while paused dcvz
- None.