diff --git a/Example/package.json b/Example/package.json index 6b8e35cec..71d22a45b 100644 --- a/Example/package.json +++ b/Example/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "15.4.1", - "react-native": "^0.42.0", + "react-native": "^0.40.0", "react-native-image-picker": "file:../" } } diff --git a/package.json b/package.json index 0d75a8916..c5fe0111f 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,5 @@ "scripts": { "prepublish": "rm -rf android/build Example/android/build Example/android/app/build node_modules" }, - "types": "./index.d.ts", - "peerDependencies": { - "react-native": "^0.42.0" - } + "types": "./index.d.ts" }