ソースを参照

migration to RN41.2

Daniel Zlotin 7 年 前
コミット
fc357ba252
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      android/app/src/main/java/com/reactnativenavigation/react/NavigationReactGateway.java

+ 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