VideoPlayer not working on android devices

Hi, I tried to implement video player with https://github.com/expo/videoplayer.
It works on ios device but not on android. You can reproduce with this snack https://snack.expo.io/@jigkoxsee/videoplayer-snack

Same Issue here it workes on IOS not on Android

+1. It appears the VideoPlayer is no longer compatible with Expo 23.

When I change the dependencies in package.json and build the example, all I’m getting is a black rectangle with a spinner, but no video playing.

EDIT: I stand corrected. It appears the player needs to download the whole video file first before it even starts playing. I noticed that when I reopened the screen, it suddenly could play the file. And when renaming it, I was back to getting the spinner. That’s very, very, very bad :wink: