Skip to content

Commit 70612b0

Browse files
authored
Add compatibility with React 17 (#1387)
1 parent f700610 commit 70612b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"prop-types": ">=15.5.8",
37-
"react": "^16.6.1",
37+
"react": ">=16.6.1",
3838
"react-native": ">=0.59.9"
3939
},
4040
"dependencies": {
@@ -71,7 +71,7 @@
7171
"lint-staged": "^11.0.0",
7272
"metro-react-native-babel-preset": "0.49.1",
7373
"node-dir": "0.1.17",
74-
"react": "16.8.6",
74+
"react": "16.8.3",
7575
"react-docgen": "^5.0.0-beta.1",
7676
"react-native": "0.59.10",
7777
"typescript": "4.3.2",

0 commit comments

Comments
 (0)