Skip to content

Commit 9abeb3c

Browse files
authored
Merge pull request #2 from pewh/patch-1
Support RN 0.47 & below
2 parents eecb31b + 0d8c07a commit 9abeb3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/reactlibrary/Sha256Package.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
1616
return Arrays.<NativeModule>asList(new Sha256Module(reactContext));
1717
}
1818

19-
@Override
2019
public List<Class<? extends JavaScriptModule>> createJSModules() {
2120
return Collections.emptyList();
2221
}

0 commit comments

Comments
 (0)