Skip to content

Commit

Permalink
Merge pull request #109 from bahaa96/patch-1
Browse files Browse the repository at this point in the history
Handling Android RN 0.47 breaking change
  • Loading branch information
tlenclos authored Oct 1, 2017
2 parents 3fab321 + ead9747 commit 7a7b7f9
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 7a7b7f9

Please sign in to comment.