浏览代码

fix demo app after migrationg to rn 41

Guy Carmeli 8 年前
父节点
当前提交
a40bf22222
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      android/app/src/main/java/com/reactnativenavigation/NavigationApplication.java

+ 1
- 1
android/app/src/main/java/com/reactnativenavigation/NavigationApplication.java 查看文件

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