瀏覽代碼

migration to RN41.2

Daniel Zlotin 7 年之前
父節點
當前提交
fc357ba252

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

@@ -110,7 +110,7 @@ public class NavigationReactGateway implements ReactGateway {
110 110
         }
111 111
 
112 112
         @Override
113
-        protected boolean getUseDeveloperSupport() {
113
+        public boolean getUseDeveloperSupport() {
114 114
             return NavigationApplication.instance.isDebug();
115 115
         }
116 116