github doublesymmetry/react-native-track-player v5.5.0

6 hours ago

audioMixing lets your player play layered over other apps without interrupting them — useful for ambient and meditation audio.

Full notes: rntp.dev/changelog#5.5.0

Added

  • audioMixingexclusive (default) interrupts other apps' audio; mix plays layered over them without interrupting. On iOS this uses the AVAudioSession .mixWithOthers option; on Android mix requests no audio focus (so it won't auto-pause for calls or resume).

Upgrade

npm install @rntp/player@5.5.0
# iOS
cd ios && pod install

Don't miss a new react-native-track-player release

NewReleases is sending notifications on new releases.