Skip to content

Commit

Permalink
Merge pull request #2 from pewh/patch-1
Browse files Browse the repository at this point in the history
Support RN 0.47 & below
  • Loading branch information
itinance authored Aug 12, 2017
2 parents eecb31b + 0d8c07a commit 9abeb3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/src/main/java/com/reactlibrary/Sha256Package.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return Arrays.<NativeModule>asList(new Sha256Module(reactContext));
}

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
Expand Down

0 comments on commit 9abeb3c

Please sign in to comment.