Browse Source

fix demo app after migrationg to rn 41

Guy Carmeli 7 years ago
parent
commit
a40bf22222

+ 1
- 1
android/app/src/main/java/com/reactnativenavigation/NavigationApplication.java View File

@@ -29,7 +29,7 @@ public abstract class NavigationApplication extends Application implements React
29 29
         instance = this;
30 30
         host = new ReactNativeHost(this) {
31 31
             @Override
32
-            protected boolean getUseDeveloperSupport() {
32
+            public boolean getUseDeveloperSupport() {
33 33
                 return isDebug();
34 34
             }
35 35