We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04a565 commit c3eb2b2Copy full SHA for c3eb2b2
android/app/src/main/AndroidManifest.xml
@@ -23,7 +23,12 @@
23
>
24
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
25
26
- <activity android:name="com.microsoft.reacttestapp.MainActivity" android:exported="true">
+ <activity
27
+ android:name="com.microsoft.reacttestapp.MainActivity"
28
+ android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
29
+ android:windowSoftInputMode="adjustResize"
30
+ android:exported="true"
31
+ >
32
<intent-filter>
33
<action android:name="android.intent.action.MAIN" />
34
<category android:name="android.intent.category.LAUNCHER" />
0 commit comments