How to enable background Audio Play in iOS React Native

Open ios/{APP_NAME}/Info.plist. Add <plist> <dict> ... ... ... <key>UIBackgroundModes</key> <array> <string>audio</string> </array> </dict> </plist> Press r on the metro terminal Voila!

May 27, 2021 · 1 min · Aleem Isiaka