We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9d8d8 commit e0db137Copy full SHA for e0db137
android/src/main/java/com/futurepress/staticserver/FPStaticServerPackage.java
@@ -16,7 +16,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
16
return modules;
17
}
18
19
- @Override
+ // Deprecated RN 0.47
20
public List<Class<? extends JavaScriptModule>> createJSModules() {
21
return Collections.emptyList();
22
@@ -25,4 +25,4 @@ public List<Class<? extends JavaScriptModule>> createJSModules() {
25
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
26
27
28
-}
+}
0 commit comments