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

  2. Add

<plist>
<dict>
  ...
  ...
  ...
  <key>UIBackgroundModes</key>
	<array>
		<string>audio</string>
	</array>
</dict>
</plist>
  1. Press r on the metro terminal

Voila!