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 eecb31b + 0d8c07a commit 9abeb3cCopy full SHA for 9abeb3c
android/src/main/java/com/reactlibrary/Sha256Package.java
@@ -16,7 +16,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
16
return Arrays.<NativeModule>asList(new Sha256Module(reactContext));
17
}
18
19
- @Override
20
public List<Class<? extends JavaScriptModule>> createJSModules() {
21
return Collections.emptyList();
22
0 commit comments