Skip to content

Commit

Permalink
Remove depreciated createJSModules @Ovveride marker (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
radko93 authored and André Neves committed Aug 9, 2017
1 parent 1c1e29c commit d957771
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
);
}

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

0 comments on commit d957771

Please sign in to comment.