Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Remove overriden createJSModules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeepeng committed Aug 7, 2017
1 parent 069e9d7 commit 72be5f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return modules;
}

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
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-xinge-push",
"version": "0.2.2",
"version": "0.3.0",
"description": "Xinge push for react-native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 72be5f8

Please sign in to comment.