Skip to content

Commit

Permalink
react-native-navigation --> 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Sep 29, 2020
1 parent 0049cb4 commit 5d65bd0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
12 changes: 4 additions & 8 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,11 @@ PODS:
- React-Core (= 0.63.2)
- React-cxxreact (= 0.63.2)
- React-jsi (= 0.63.2)
- ReactNativeNavigation (7.0.0):
- React
- React-RCTImage
- React-RCTText
- ReactNativeNavigation/Core (= 7.0.0)
- ReactNativeNavigation/Core (7.0.0):
- React
- ReactNativeNavigation (7.1.0):
- React-Core
- React-RCTImage
- React-RCTText
- ReactNativeNavigation/Core (= 7.1.0)
- RNCAsyncStorage (1.12.0):
- React
- RNGestureHandler (1.8.0):
Expand Down Expand Up @@ -620,7 +616,7 @@ SPEC CHECKSUMS:
React-RCTText: 1b6773e776e4b33f90468c20fe3b16ca3e224bb8
React-RCTVibration: 4d2e726957f4087449739b595f107c0d4b6c2d2d
ReactCommon: a0a1edbebcac5e91338371b72ffc66aa822792ce
ReactNativeNavigation: 759c53447295e7d0ac7dd15711c7c37f253d18e8
ReactNativeNavigation: 65025dab27b404053678593b2450ed7a022e3173
RNCAsyncStorage: 2a692bcb9b69b76a2f1a95f33db057129700af64
RNGestureHandler: 7a5833d0f788dbd107fbb913e09aa0c1ff333c39
RNVectorIcons: bc69e6a278b14842063605de32bec61f0b251a59
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": "^16.13.1",
"react-native": "^0.63.2",
"react-native-gesture-handler": "^1.8.0",
"react-native-navigation": "^7.0.0",
"react-native-navigation": "^7.1.0",
"react-native-navigation-hooks": "^6.2.0",
"react-native-unimodules": "^0.11.0",
"react-native-vector-icons": "^7.1.0",
Expand All @@ -43,7 +43,7 @@
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.14",
"@types/lodash": "^4.14.161",
"@types/react-native": "^0.63.20",
"@types/react-native": "^0.63.23",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-redux": "^7.1.9",
"@types/react-test-renderer": "^16.9.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2712,10 +2712,10 @@
"@types/prop-types" "*"
"@types/react" "*"

"@types/react-native@^0.63.20":
version "0.63.20"
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.63.20.tgz#15ccf000bf849d867b15d14d2b4acc364fb7fa27"
integrity sha512-APnxRTDxbWw/IYjvwvXkhYJiz1gahyVA579pJqAVsEfZ+ZUwUHZpWKnexobyH5NmRJHuA/8LrThyps/BW3SYXA==
"@types/react-native@^0.63.23":
version "0.63.23"
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.63.23.tgz#bc4617e5bbb1ac28cb5dbf7ad09cc49a2cce914c"
integrity sha512-4pWQpgyzX+vCEJDceW9Zsc8/SZtJrIUIw9lwYKeTWAtSHWdcRwUns2O/18L98WGo6NUNVdLzY59vOW8ZGWJxSA==
dependencies:
"@types/react" "*"

Expand Down Expand Up @@ -7958,10 +7958,10 @@ react-native-navigation-hooks@^6.2.0:
dependencies:
hoist-non-react-statics "3.3.2"

react-native-navigation@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/react-native-navigation/-/react-native-navigation-7.0.0.tgz#5decd9f9dacc15d21f73f8b157b112513b47e381"
integrity sha512-6fcaHvGw0ALLa9ZcqPpCr3H4Ykbd1IsqjB3m9SeoQ4zKuf3r7DJTJsJnazcj6LZxjt5IiBDQr/GzhnZquGXjUA==
react-native-navigation@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/react-native-navigation/-/react-native-navigation-7.1.0.tgz#05dbfc6b31dd6a8aa626a74b2f51e1cc031b230d"
integrity sha512-Ub5eegREee2kyI8OXAzPXAe9dJgVBpj8k3Ni4HfzA2D3+xVGwvskCmKkIJm2xU/i1GcM9TdzoloB1JHsAZl6Qw==
dependencies:
hoist-non-react-statics "3.x.x"
lodash "4.17.x"
Expand Down

0 comments on commit 5d65bd0

Please sign in to comment.