Skip to content

Commit

Permalink
Support RN 0.47 & below
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewh Gosh authored Aug 12, 2017
1 parent eecb31b commit 0d8c07a
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 0d8c07a

Please sign in to comment.