Skip to content

Commit

Permalink
Handle Android RN 0.47 breaking change (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Dobell authored and felipecsl committed Jul 18, 2017
1 parent 3202602 commit 1db4fff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return Arrays.<NativeModule>asList(new AirMapModule(reactContext));
}

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

0 comments on commit 1db4fff

Please sign in to comment.