Skip to content

Commit 27bd586

Browse files
author
Daniel Taschik
authored
fix: add react@17 as peer dependency (#790)
1 parent 0439f71 commit 27bd586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"typescript": "^3.9.7"
7272
},
7373
"peerDependencies": {
74-
"react": "^16.8.6",
74+
"react": "^16.8.6 || ^17.0.0",
7575
"react-native": ">=0.60.0"
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)