diff --git a/package.json b/package.json index 8115eb3..9c7888d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "react-native-activity-view", - "version": "0.2.0", + "version": "0.2.1", "description": "iOS share and action sheets for React Native", "scripts": { "start": "node_modules/react-native/packager/packager.sh" }, "dependencies": { - "react-native": "^0.4.4" + "react-native": ">=0.4.0" }, "main": "ActivityView.ios.js", "repository": {