소스 검색

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