Included Video does not play in AirPlane Mode

  1. SDK Version: 36.0.0
  2. Platforms(Android/iOS/web/all): Android

I’ve built an app with 3 preloaded video clips that I pull in with require()
require(‘./assets/clip_44158497.mp4’)

When I build out an APK ( expo build:android -t apk ), the videos do not play if the Phone is in Airplane mode. They run as expected outside of Airplane mode.

They run in Airplane Mode when tested in through the Expo app ( expo publish, or expo start ).

Using the Video component from expo-av.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.