Prerequisites
Before you begin, ensure you have the following installed:
Node.js (version 17 or later)
React Native (version 0.75 or later)
Expo SDK (version 51 or later)
Xcode (version 13 or later for iOS development)
iOS (version 18 or later)
Installation
npm install expo-ios-sonic-playeryarn add expo-ios-sonic-playerpnpm install expo-ios-sonic-playerPod Install
cd ios && pod installConfigure Info.plist
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>fetch</string>
</array>iOS: Enable audio playback in background via your app.json