I am unable to get react-native-video to play mp4 files in the background, It will play mp3s and audio files but it refuses to continue playing the video. I have set the background modes in xcode to on with the audio, airplay and picture in picture selected as well as passing these props in as well
playInBackground={true}
playWhenInactive={true}
ignoreSilentSwitch={'ignore'}
is there additional configuration required when its a video and not just audio?