I am new to android environment. I know iOS can be done in Xcode to disable device orientation. How can I disable landscape mode or any orientation mode in React Native Android?
http://developer.android.com/guide/topics/manifest/activity-element.html
add android:screenOrientation="portrait" to your activity xml
android:screenOrientation="portrait"