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 101e1d3 commit 3a86d09Copy full SHA for 3a86d09
android/app/src/main/java/io/rnkit/actionsheetpicker/ASPickerViewPackage.java
@@ -21,11 +21,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
21
return Arrays.<NativeModule>asList(new ASDatePickerViewModule(reactContext), new ASDataPickerViewModule(reactContext));
22
}
23
24
- @Override
25
- public List<Class<? extends JavaScriptModule>> createJSModules() {
26
- return Collections.emptyList();
27
- }
28
-
29
@Override
30
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
31
return Collections.emptyList();
0 commit comments