LunatiqueCoder / react-native-media-console

A React Native video player. Built with TypeScript ❤️
MIT License
184 stars 28 forks source link

Full Screen works only on Ios #61

Closed tdammy92 closed 1 year ago

tdammy92 commented 1 year ago

This package doesnt support full screen on android. ? 😞

Please can you add full screen support for android.

LunatiqueCoder commented 1 year ago

Hello @tdammy92

This package does not support full screen at all. It only offers you what you need to implement it based on your needs. Packages like react-native-orientation-locker can come in handy, but that's really up to the user, and we dont want to force people to use OUR implementation of fullscreen, when they perhaps need something else.