Skip to content

Commit

Permalink
remove override
Browse files Browse the repository at this point in the history
  • Loading branch information
sehranhas committed Dec 6, 2017
1 parent 00b9c7a commit 1a0990e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return Collections.emptyList();
}

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-wheel-picker",
"version": "2.0.0",
"version": "2.1.0",
"description": "React native cross platform picker.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1a0990e

Please sign in to comment.