Alun Davey
Results
2
comments of
Alun Davey
Potentially you're missing this from your app.json (or app.config.js) ``` { "expo": { ... "ios": { ... "infoPlist": { ... "UIBackgroundModes": [ "audio" ] } } } } ``` Source:...
Ah I missed that you mentioned video, I'm not sure if background video play is possible with `expo-av`. Only recently looked at getting audio files to work in the background...