We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3261b2c commit cbc9ae5Copy full SHA for cbc9ae5
package.json
@@ -1,14 +1,15 @@
1
{
2
"name": "react-native-hooks",
3
- "version": "0.0.7",
+ "version": "0.0.6",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
"author": "Nader Dabit",
10
"license": "ISC",
11
- "dependencies": {
12
- "react": "^16.8.3"
+ "peerDependencies": {
+ "react": ">=16.8.0",
13
+ "react-native": ">=0.59"
14
}
15
yarn.lock
0 commit comments