Skip to content

Commit

Permalink
Handling Android RN 0.47 breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
bahaa96 authored Aug 7, 2017
1 parent ea7679e commit ead9747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return modules;
}

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

0 comments on commit ead9747

Please sign in to comment.