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 effd1b2 commit eb0366dCopy full SHA for eb0366d
android/app/src/main/AndroidManifest.xml
@@ -12,7 +12,7 @@
12
android:allowBackup="false"
13
android:theme="@style/AppTheme">
14
<activity
15
- android:name=".MainApplication"
+ android:name=".MainActivity"
16
android:label="@string/app_name"
17
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
18
android:windowSoftInputMode="adjustResize">
android/app/src/main/java/com/reduxtemplate/MainApplication.java
@@ -1,8 +1,6 @@
1
package com.reduxtemplate;
2
3
-import com.facebook.react.ReactApplication;
4
import com.facebook.react.ReactPackage;
5
-import com.facebook.react.shell.MainReactPackage;
6
import com.reactnativenavigation.NavigationApplication;
7
8
import java.util.Arrays;
0 commit comments