Release 3.0.0-alpha.10

This commit is contained in:
Brent Vatne
2018-10-22 21:01:39 -07:00
parent 77eaf264c0
commit 25dac75a6a
4 changed files with 22 additions and 12 deletions

View File

@@ -16,7 +16,6 @@
"react-native": "^0.55.0",
"react-native-iphone-x-helper": "^1.0.2",
"react-native-paper": "^2.1.3",
"react-native-safe-area-view": "^0.11.0",
"react-navigation": "link:../..",
"react-navigation-header-buttons": "^0.0.4",
"react-navigation-material-bottom-tabs": "1.0.0-alpha.2"

View File

@@ -528,10 +528,12 @@
react-is "^16.5.2"
react-lifecycles-compat "^3.0.4"
"@react-navigation/native@^3.0.0-alpha.6":
version "3.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-3.0.0-alpha.6.tgz#c1275164080a3b4819e0ed684524072abbf31dde"
integrity sha512-ehc5wGGCFPLDyvhViU6dWge28NxnXHQbOwaNkmn+tlDYwLbdpXHkZq+TollJO52EcLi/jDPgrQYWDl2yrvCo9A==
"@react-navigation/native@^3.0.0-alpha.7":
version "3.0.0-alpha.7"
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-3.0.0-alpha.7.tgz#c3286b6334b1fee155ed7ee6aa5a5e0786ecc77f"
integrity sha512-x1yORQTShdUugdc6lxPZH2t7RL3oBIGLfnBBLz1/fZQCkzvb8rBxrGB1Ebtwix7Alxb8tscE8+rBfpwpCd6ehw==
dependencies:
react-native-safe-area-view "^0.11.0"
abab@^2.0.0:
version "2.0.0"

View File

@@ -1,6 +1,6 @@
{
"name": "react-navigation",
"version": "3.0.0-alpha.9",
"version": "3.0.0-alpha.10",
"description": "Routing and navigation for your React Native apps",
"main": "src/react-navigation.js",
"repository": {
@@ -35,7 +35,7 @@
},
"dependencies": {
"@react-navigation/core": "^3.0.0-alpha.12",
"@react-navigation/native": "^3.0.0-alpha.6",
"@react-navigation/native": "^3.0.0-alpha.7",
"react-navigation-drawer": "1.0.0-alpha.5",
"react-navigation-stack": "1.0.0-alpha.23",
"react-navigation-tabs": "1.0.0-alpha.4"

View File

@@ -58,10 +58,12 @@
react-is "^16.5.2"
react-lifecycles-compat "^3.0.4"
"@react-navigation/native@^3.0.0-alpha.6":
version "3.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-3.0.0-alpha.6.tgz#c1275164080a3b4819e0ed684524072abbf31dde"
integrity sha512-ehc5wGGCFPLDyvhViU6dWge28NxnXHQbOwaNkmn+tlDYwLbdpXHkZq+TollJO52EcLi/jDPgrQYWDl2yrvCo9A==
"@react-navigation/native@^3.0.0-alpha.7":
version "3.0.0-alpha.7"
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-3.0.0-alpha.7.tgz#c3286b6334b1fee155ed7ee6aa5a5e0786ecc77f"
integrity sha512-x1yORQTShdUugdc6lxPZH2t7RL3oBIGLfnBBLz1/fZQCkzvb8rBxrGB1Ebtwix7Alxb8tscE8+rBfpwpCd6ehw==
dependencies:
react-native-safe-area-view "^0.11.0"
"@sindresorhus/is@^0.7.0":
version "0.7.0"
@@ -3813,7 +3815,7 @@ hoek@2.x.x:
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
integrity sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=
hoist-non-react-statics@^2.5.0:
hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
version "2.5.5"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
@@ -6609,6 +6611,13 @@ react-lifecycles-compat@^3.0.4:
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
react-native-safe-area-view@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.11.0.tgz#4f3dda43c2bace37965e7c6aef5fc83d4f19d174"
integrity sha512-N3nElaahu1Me2ltnfc9acpgt1znm6pi8DSadKy79kvdzKwvVIzw0IXueA/Hjr51eCW1BsfNw7D1SgBT9U6qEkA==
dependencies:
hoist-non-react-statics "^2.3.1"
react-native-tab-view@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-1.2.0.tgz#0cc26a1c8e49b6c0d58a30363dbbe43954907c31"