Skip to content

Commit

Permalink
Fix compatibility for RN 0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Elie Teyssedou committed Sep 1, 2017
1 parent cf8ebba commit bb301d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public List<ViewManager> createViewManagers(ReactApplicationContext reactContext
return Arrays.<ViewManager>asList(new RSSignatureCaptureViewManager(reactContext));
}

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Arrays.asList();
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-signature-capture",
"version": "0.4.6",
"version": "0.4.7",
"description": "Lets users sign their signatures",
"main": "SignatureCapture.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"signature"
],
"peerDependencies": {
"react-native": ">=0.40"
"react-native": ">=0.47"
},
"author": "RepairShopr",
"license": "ISC",
Expand Down

0 comments on commit bb301d4

Please sign in to comment.