Skip to content

Commit

Permalink
Merge pull request #59 from damathryx/master
Browse files Browse the repository at this point in the history
Remove createJSModules @Ovveride - RN 0.47 compatibility
  • Loading branch information
kraffslol authored Aug 24, 2017
2 parents 15f3af1 + 343bd3c commit 36223f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 36223f8

Please sign in to comment.