Skip to content

Commit

Permalink
Removed override notation for deprecated method (createJSModules) of …
Browse files Browse the repository at this point in the history
…React Native 0.47.0
  • Loading branch information
patw0929 authored and koenpunt committed Sep 11, 2017
1 parent 2bd7ca5 commit 04b0a30
Showing 1 changed file with 1 addition and 1 deletion.
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 04b0a30

Please sign in to comment.