alantoa / react-native-reanimated-player

▶️ An excellent video player controller that offers animation, performance, interactivity, and customization.
MIT License
264 stars 19 forks source link

Pressing FullScreen does nothing #20

Open Joshua-Golden opened 1 year ago

Joshua-Golden commented 1 year ago

Is there something extra we have to do to get the fullscreen button press to work? There currently is no feedback or output when you press the icon.

khlling commented 1 year ago

Hey @Joshua-Golden, it should automatically change the orientation to landscape and resize the player. What device os are you using?

This package uses https://github.com/wonday/react-native-orientation-locker. You may need to configure follow the configuration if you are using it in your own project: https://github.com/wonday/react-native-orientation-locker#configuration