Alun Davey

Results 3 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...

I've just started getting the same with a Laravel project (macOS, Laravel Herd [non-pro]), works on test runs (php artisan test) but otherwise nothing comes through during general development