2 parents 7f54227 + fbdb4f6 commit 24e92e3Copy full SHA for 24e92e3
1 file changed
android/src/main/java/com/keyee/pdfview/PDFView.java
@@ -18,7 +18,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
18
return Collections.emptyList();
19
}
20
21
- @Override
+ //@Override rn > 47
22
public List<Class<? extends JavaScriptModule>> createJSModules() {
23
24
@@ -29,4 +29,4 @@ public List<ViewManager> createViewManagers(ReactApplicationContext reactContext
29
modules.add(new PDFViewManager(reactContext));
30
return modules;
31
32
-}
+}
0 commit comments