Answers for "react native portrait only"

0

react native portrait only

// add this in your manifest.xml 

<activity
        android:name=".MainActivity"
		<...other code>
        android:configChanges="orientation"    //<--ADD THIS
        android:screenOrientation="portrait">  //<--ADD THIS
Posted by: Guest on May-05-2021

Code answers related to "react native portrait only"

Code answers related to "Javascript"

Browse Popular Code Answers by Language