itsnubix / react-native-video-controls

A React Native video component with controls
MIT License
636 stars 526 forks source link

Video not loading in APK (android) #196

Open benoitrana opened 3 years ago

benoitrana commented 3 years ago

Hello,

In local, the video is good but in apk's version it doesn't work.

This is my code :

<VideoPlayer source={{uri: this.state.video }} disableBack={true} disableSeekbar={true} />

Do you have an idea to resolve the problem ?

Thanks

chrisozgo99 commented 3 years ago

I am also experiencing this issue. Please help!!!!