Skip to content

Commit

Permalink
Update react-native-navigation to fix build issues (#35)
Browse files Browse the repository at this point in the history
* Update dependencies

* Change navigation version in README
  • Loading branch information
svbutko authored Oct 5, 2021
1 parent 9af7ef8 commit 53f12d5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Build primarily with
- [React Native](https://reactnative.dev) `0.66.0`
- [React Native Navigation](https://wix.github.io/react-native-navigation/docs/before-you-start/) `7.22.0`
- [React Native Navigation](https://wix.github.io/react-native-navigation/docs/before-you-start/) `7.22.1`
- [Redux Toolkit](https://redux-toolkit.js.org) `1.6.2`
- [TypeScript](https://www.typescriptlang.org) `4.4.3`

Expand Down
8 changes: 4 additions & 4 deletions template/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,13 @@ PODS:
- React-perflogger (= 0.66.0)
- ReactNativeLocalization (2.1.7):
- React-Core
- ReactNativeNavigation (7.22.0):
- ReactNativeNavigation (7.22.1):
- HMSegmentedControl
- React-Core
- React-RCTImage
- React-RCTText
- ReactNativeNavigation/Core (= 7.22.0)
- ReactNativeNavigation/Core (7.22.0):
- ReactNativeNavigation/Core (= 7.22.1)
- ReactNativeNavigation/Core (7.22.1):
- HMSegmentedControl
- React-Core
- React-RCTImage
Expand Down Expand Up @@ -575,7 +575,7 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 4bb657a97aa74568d9ed634c8bd478299bb8a3a6
ReactCommon: eb059748e842a1a86025ebbd4ac9d99e74492f88
ReactNativeLocalization: 90a1181b7672309701dd7e5364fbf587319d41c6
ReactNativeNavigation: db2bc547d6288d748155c420a81c0b3bb2b22f70
ReactNativeNavigation: 4324f50625791597409561b877176ae11df8b150
RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398
RNDateTimePicker: 7658208086d86d09e1627b5c34ba0cf237c60140
RNDevMenu: fd325b5554b61fe7f48d9205a3877cf5ee88cd7c
Expand Down
28 changes: 14 additions & 14 deletions template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react-native-in-app-review": "3.2.2",
"react-native-localization": "2.1.7",
"react-native-masked-text": "1.13.0",
"react-native-navigation": "7.22.0",
"react-native-navigation": "7.22.1",
"react-native-navigation-hooks": "6.3.0",
"react-native-orientation-locker": "1.3.1",
"react-native-permissions": "3.0.5",
Expand Down Expand Up @@ -104,7 +104,7 @@
"eslint": "7.32.0",
"eslint-config-react-strong": "1.1.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "24.5.0",
"eslint-plugin-jest": "24.5.2",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-react-native": "3.11.0",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The versions are updating manually and regularly with new releases.

Build primarily with
- [React Native](https://reactnative.dev) `0.66.0`
- [React Native Navigation](https://wix.github.io/react-native-navigation/docs/before-you-start/) `7.22.0`
- [React Native Navigation](https://wix.github.io/react-native-navigation/docs/before-you-start/) `7.22.1`
- [Redux Toolkit](https://redux-toolkit.js.org) `1.6.2`
- [TypeScript](https://www.typescriptlang.org) `4.4.3`

Expand Down

0 comments on commit 53f12d5

Please sign in to comment.