The page has one video and 100+ images. Everything works fine for android 8.x and 7.x but video cannot play smoothly on android 9.0
expo init
- Choose blank project
- Edit App.js .
- Add an Expo Video element for example the one described on https://docs.expo.io/versions/v31.0.0/sdk/video
- Add 100 different images for example https://github.com/gsunsnackv/expo-video-stutter-on-android-9.0/blob/master/App.js
yarn start
(this opens the expo page)- Open an Android emulator with Android 9.0 (Pie) installed
- Click 'Run on Android device/emulator' on the expo page
Expect video to play smoothly
Video is choppy
Audio is fine. And on Android 8.x and 7.x, everything is fine