Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from hayanmind/master
Browse files Browse the repository at this point in the history
Support RN 0.47+
  • Loading branch information
williambout authored Dec 15, 2017
2 parents 3aa1a2c + f70613f commit 5b5156e
Showing 1 changed file with 0 additions and 1 deletion.
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 RNProximityModule(reactContext));
}

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

0 comments on commit 5b5156e

Please sign in to comment.