I would like to support only portrait view. How can I make a React Native app not to autorotate? I tried searching documentation and Github issues, but I didn\'t find anythi
Answer for disable rotation in React Native.
For Android :
Go to the Androidmenifest.xml file and add one line : android:screenOrientation="portrait"
For IOS :
Simple you have to check or uncheck rotation mode from your XCODE