Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 1bd09d7

Browse files
Rapsssitosatya164
authored andcommitted
fix: add ^2.0.0-alpha to react-native-screens peer dependency (#284)
1 parent 9aa59bc commit 1bd09d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"react-native-gesture-handler": "^1.0.0",
8080
"react-native-reanimated": "^1.3.0-alpha",
8181
"react-native-safe-area-context": "^0.3.3",
82-
"react-native-screens": "^1.0.0 || ^1.0.0-alpha",
82+
"react-native-screens": "^1.0.0 || ^1.0.0-alpha || ^2.0.0-alpha",
8383
"react-navigation": "^4.0.7"
8484
},
8585
"jest": {

0 commit comments

Comments
 (0)