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