diff --git a/package.json b/package.json index f48a72a2e..13e5d85e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-router-flux", - "version": "4.0.2", + "version": "4.0.3", "description": "React Native Router using Flux architecture", "repository": { "type": "git", @@ -34,7 +34,7 @@ "opencollective": "^1.0.3", "path-to-regexp": "^2.4.0", "prop-types": "^15.6.2", - "react-navigation": "2.13.x" + "react-navigation": "2.x" }, "devDependencies": { "@babel/cli": "7.0.0-beta.47", diff --git a/yarn.lock b/yarn.lock index 08e597fe7..e0b3ccbce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5165,12 +5165,16 @@ react-native-jest-mocks@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/react-native-jest-mocks/-/react-native-jest-mocks-1.4.0.tgz#8380992bd4c1a533193d96f42dbf2e89bcfea617" -react-native-safe-area-view@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.9.0.tgz#10ece2ecac70e7005a5b0b3f06c8833060e6d21f" +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" dependencies: hoist-non-react-statics "^2.3.1" +react-native-screens@^1.0.0-alpha.11: + version "1.0.0-alpha.12" + resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.12.tgz#5953c39c9dbfbe324610005e07d85a416081c48c" + react-native-tab-view@^0.0.77: version "0.0.77" resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.77.tgz#11ceb8e7c23100d07e628dc151b57797524d00d4" @@ -5251,22 +5255,22 @@ react-navigation-drawer@0.5.0: dependencies: react-native-drawer-layout-polyfill "^1.3.2" -react-navigation-stack@0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.3.0.tgz#cdd056771e5fd12114811824653b1ec7e9ae5de1" +react-navigation-stack@0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.6.0.tgz#57dd25d0902137b950795549c43f3608e9edc250" -react-navigation-tabs@0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.7.0.tgz#c89d41e501043f7fdb38550de85814452c3e6104" +react-navigation-tabs@0.8.2: + version "0.8.2" + resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.8.2.tgz#65f8a6ce368684227603345b4d312da2ef3366e1" dependencies: hoist-non-react-statics "^2.5.0" prop-types "^15.6.1" react-lifecycles-compat "^3.0.4" react-native-tab-view "^1.0.0" -react-navigation@2.13.x: - version "2.13.0" - resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.13.0.tgz#7102ff7cbc492c8daf2ad90fc80463c3469f8b78" +react-navigation@2.x: + version "2.16.0" + resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.16.0.tgz#9b9320801700baac50e49e87a63641a4df179230" dependencies: clamp "^1.0.1" create-react-context "0.2.2" @@ -5274,11 +5278,12 @@ react-navigation@2.13.x: path-to-regexp "^1.7.0" query-string "^6.1.0" react-lifecycles-compat "^3" - react-native-safe-area-view "^0.9.0" + react-native-safe-area-view "0.11.0" + react-native-screens "^1.0.0-alpha.11" react-navigation-deprecated-tab-navigator "1.3.0" react-navigation-drawer "0.5.0" - react-navigation-stack "0.3.0" - react-navigation-tabs "0.7.0" + react-navigation-stack "0.6.0" + react-navigation-tabs "0.8.2" react-proxy@^1.1.7: version "1.1.8"