Skip to content

Commit

Permalink
Merge pull request #164 from patw0929/feature/remove-override-createj…
Browse files Browse the repository at this point in the history
…smodules

Removed override notation for deprecated method (createJSModules) of React Native 0.47.0
  • Loading branch information
koenpunt authored Aug 19, 2017
2 parents 0387004 + e1949a0 commit b3fe6c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
);
}

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

0 comments on commit b3fe6c0

Please sign in to comment.