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
         instance = this;
29
         instance = this;
30
         host = new ReactNativeHost(this) {
30
         host = new ReactNativeHost(this) {
31
             @Override
31
             @Override
32
-            protected boolean getUseDeveloperSupport() {
32
+            public boolean getUseDeveloperSupport() {
33
                 return isDebug();
33
                 return isDebug();
34
             }
34
             }
35
 
35