Answers for "disable split screen react native"

1

disable split screen react native

//React-Native

//In your androidManifest.xml

<activity android:name=".MainApplication"
    android:label="@string/app_name"
    android:resizeableActivity="false"//<<-- ADD THIS
/>
Posted by: Guest on May-11-2021

Code answers related to "disable split screen react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language