Skip to content

Commit fbdb4f6

Browse files
authored
remove override depreacated in rn-47
1 parent 7f54227 commit fbdb4f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/src/main/java/com/keyee/pdfview/PDFView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
1818
return Collections.emptyList();
1919
}
2020

21-
@Override
21+
//@Override rn > 47
2222
public List<Class<? extends JavaScriptModule>> createJSModules() {
2323
return Collections.emptyList();
2424
}
@@ -29,4 +29,4 @@ public List<ViewManager> createViewManagers(ReactApplicationContext reactContext
2929
modules.add(new PDFViewManager(reactContext));
3030
return modules;
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)