Skip to content

Commit

Permalink
Handle Android RN 0.47 breaking change (react-native-maps#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Dobell authored and patricio committed Sep 27, 2017
1 parent f454cf4 commit 6a15dbf
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 6a15dbf

Please sign in to comment.