Skip to content

Commit a502d06

Browse files
author
Andre Rabold
committed
Add compatibility with React 17
1 parent a107c43 commit a502d06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"peerDependencies": {
3232
"prop-types": ">=15.5.8",
33-
"react": "^16.6.1",
33+
"react": ">=16.6.1",
3434
"react-native": ">=0.59.9"
3535
},
3636
"dependencies": {
@@ -65,7 +65,7 @@
6565
"lint-staged": "^11.0.0",
6666
"metro-react-native-babel-preset": "0.49.1",
6767
"node-dir": "0.1.17",
68-
"react": "16.8.6",
68+
"react": "16.8.3",
6969
"react-docgen": "^5.0.0-beta.1",
7070
"react-native": "0.59.10",
7171
"typescript": "4.3.2",
@@ -97,4 +97,4 @@
9797
"yarn lint"
9898
]
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)