Open isAlmogK opened 7 years ago
Fullscreen isn't fully implemented in Android yet, you can check out this pull request https://github.com/cornedor/react-native-video-player/pull/38. The readme has some instructions on how to set it up.
@cornedor any reason the PR was not merged?
If I do you have to manually copy the native code from a folder in node_modules. If you do not do that you get an error. I still have to put some time into getting this to work with react-native link
@cornedor yea that would be great if it can work with jus react native link
Still full-screen option is not showing on Andriod
Still full-screen option is not showing on Andriod
Is there any update on this ? :(
There is no solution worthy of being published yet. Feel free to look into it! Sadly, this feature requires consistent Java and Android knowledge.
I have a fork of the repository to add the fullscreen button on Android. If you add the native module in Android for the video player in your app, it will show the fullscreen button and work: https://github.com/aschambers/react-native-video-player Of course this requires some knowledge of Android and Java though.
i have same problem after doing all the things mentioned for android full screen
Some update here?
The full-screen option is not showing on Andriod not sure why. I'm using the lastest version
Here is my code