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

Commit 5682459

Browse files
committed
Add deps on screens and RNGH
1 parent f0eb087 commit 5682459

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"dependencies": {
4141
"@react-navigation/core": "^3.0.0-alpha.4",
4242
"hoist-non-react-statics": "^3.0.1",
43-
"react-lifecycles-compat": "^3.0.4"
43+
"react-lifecycles-compat": "^3.0.4",
44+
"react-native-gesture-handler": "^1.0.8",
45+
"react-native-screens": "^1.0.0-alpha.14"
4446
},
4547
"devDependencies": {
4648
"@expo/vector-icons": "^6.2.0",

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6915,6 +6915,15 @@ react-native-drawer-layout@1.3.2:
69156915
dependencies:
69166916
react-native-dismiss-keyboard "1.0.0"
69176917

6918+
react-native-gesture-handler@^1.0.8:
6919+
version "1.0.8"
6920+
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.0.8.tgz#c2799741bf6443bb542892b0a36201a6d9ded209"
6921+
integrity sha512-Lc6PV5nKXgZdDeky96yi6gAM1UJHaYwzZbZyph0YuSv/L6vTtN+KPGsKyIENoOyxLJ/i43MSNn7fR+Xbv0w/xA==
6922+
dependencies:
6923+
hoist-non-react-statics "^2.3.1"
6924+
invariant "^2.2.2"
6925+
prop-types "^15.5.10"
6926+
69186927
react-native-safe-area-view@0.11.0:
69196928
version "0.11.0"
69206929
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.11.0.tgz#4f3dda43c2bace37965e7c6aef5fc83d4f19d174"
@@ -6927,6 +6936,11 @@ react-native-screens@^1.0.0-alpha.11:
69276936
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.12.tgz#5953c39c9dbfbe324610005e07d85a416081c48c"
69286937
integrity sha512-n/XyqUStDjtCymXUhAxG98asvgI8/OSH+v9AaAzUFEqfBwJLY8/UjY6m8PIJSgqRt4aR/Z9nO+A1mcMXw6dMdA==
69296938

6939+
react-native-screens@^1.0.0-alpha.14:
6940+
version "1.0.0-alpha.14"
6941+
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.14.tgz#fe3ccdcec7be8e1ada090c34a7f8951337adf653"
6942+
integrity sha512-SXVl5dnN5ZgV7jF2NdqScp91qW3QOZipBPp8f0CpAtb/ucEQkteiQnTGb4BNS5OvpMVi1UNw4BXWhUsKRPqzPw==
6943+
69306944
react-native-tab-view@^0.0.77:
69316945
version "0.0.77"
69326946
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.77.tgz#11ceb8e7c23100d07e628dc151b57797524d00d4"

0 commit comments

Comments
 (0)