How to enable background Audio Play in iOS React Native

June 08, 2021

  1. Open ios/{APP_NAME}/Info.plist.
  2. Add

    <plist>
    <dict>
     ...
     ...
     ...
     <key>UIBackgroundModes</key>
       <array>
           <string>audio</string>
       </array>
    </dict>
    </plist>
  3. Press ron the metro terminal

Written by Manoj Bhardwaj who lives and works in Dharamshala Himachal Pradesh (India). My stackoverflow