Merge pull request #16 from osdnk/patch-1

Move RNGH to peerDependencies
This commit is contained in:
Brent Vatne
2019-03-19 09:46:08 -07:00
parent 2dc16b7372
commit daa7c04044

View File

@@ -64,7 +64,8 @@
"peerDependencies": {
"@react-navigation/core": "^3.0.0",
"react": "*",
"react-native": "*"
"react-native": "*",
"react-native-gesture-handler": "*"
},
"jest": {
"preset": "react-native",
@@ -88,7 +89,6 @@
},
"dependencies": {
"hoist-non-react-statics": "^3.0.1",
"react-native-gesture-handler": "~1.1.0",
"react-native-safe-area-view": "^0.13.0",
"react-native-screens": "^1.0.0 || ^1.0.0-alpha"
}