wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.02k stars 2.67k forks source link

Support all possible orientations on Android #7791

Open JohnnyHuangTW opened 10 months ago

JohnnyHuangTW commented 10 months ago

Describe your idea

according to link, orientation only supports portrait, landscape, sensor, sensorLandscape, sensorPortrait. Is it possible to support all other possible orientations?

Motivation

I have one app that needs to support "reversePortrait" orientation.

Are you willing to resolve this issue by submitting a Pull Request?