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.
2 parents 7afa3d3 + da779c3 commit 43892c1Copy full SHA for 43892c1
android/src/main/java/com/reactlibrary/RNPdfScannerPackage.java
@@ -16,7 +16,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
16
return Arrays.<NativeModule>asList(new RNPdfScannerModule(reactContext));
17
}
18
19
- @Override
20
public List<Class<? extends JavaScriptModule>> createJSModules() {
21
return Collections.emptyList();
22
@@ -25,4 +24,4 @@ public List<Class<? extends JavaScriptModule>> createJSModules() {
25
24
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
26
27
28
-}
+}
0 commit comments