AAO-React-Native
AAO-React-Native copied to clipboard
Bump @react-navigation/native-stack from 6.7.0 to 6.9.5
Bumps @react-navigation/native-stack from 6.7.0 to 6.9.5.
Release notes
Sourced from @react-navigation/native-stack's releases.
@react-navigation/native-stack@6.9.56.9.5 (2022-12-07)
Note: Version bump only for package
@react-navigation/native-stack
@react-navigation/native-stack@6.9.46.9.4 (2022-11-29)
Note: Version bump only for package
@react-navigation/native-stack
@react-navigation/native-stack@6.9.16.9.1 (2022-10-11)
Bug Fixes
@react-navigation/native-stack@6.9.06.9.0 (2022-09-16)
Bug Fixes
- fix incorrect height in useHeaderHeight in native-stack (#10827) (b8ea527), closes #10333
- improve when back button is shown in nested native stacks (#10761) (05dab7d)
- replace deprecated I18nManager.isRTL with 18nManager.getConstants().isRTL (#10547) (50b88d4)
- restore native behavior of back button (7ba7246), closes #10761 software-mansion/react-native-screens#1589
Features
@react-navigation/native-stack@6.8.06.8.0 (2022-08-24)
Bug Fixes
- improve when back button is shown in nested native stacks (#10761) (05dab7d)
- replace deprecated I18nManager.isRTL with 18nManager.getConstants().isRTL (#10547) (50b88d4)
Features
Changelog
Sourced from @react-navigation/native-stack's changelog.
6.9.5 (2022-12-07)
Note: Version bump only for package
@react-navigation/native-stack6.9.4 (2022-11-29)
Note: Version bump only for package
@react-navigation/native-stack6.9.2 (2022-11-21)
Bug Fixes
- add accessibility props to NativeStack screens (#11022) (3ab05af)
- let headerShadowVisible: true display a shadow even if headerTransparent is true (#10993) (06b6be2), closes #10845
- supersede Platform.isTVOS for Platform.isTV (#10973) (1846de6)
6.9.1 (2022-10-11)
Bug Fixes
6.9.0 (2022-09-16)
Bug Fixes
- fix incorrect height in useHeaderHeight in native-stack (#10827) (b8ea527), closes #10333
- improve when back button is shown in nested native stacks (#10761) (05dab7d)
- replace deprecated I18nManager.isRTL with 18nManager.getConstants().isRTL (#10547) (50b88d4)
- restore native behavior of back button (7ba7246), closes #10761 software-mansion/react-native-screens#1589
Features
6.8.0 (2022-08-24)
Bug Fixes
- improve when back button is shown in nested native stacks (#10761) (05dab7d)
- replace deprecated I18nManager.isRTL with 18nManager.getConstants().isRTL (#10547) (50b88d4)
Features
Commits
f7a9b1dchore: publish4e29403chore: publish8b7ce2achore: bump all packages to patch to force new release0bf20b9chore: publish133946dchore: migrate to lerna-lite for proper yarn berry support (#11002)cb1c17afix: add accessibility props to NativeStack screens (#11022)bcca124fix: let headerShadowVisible: true display a shadow even if headerTransparent...156cbdefix: supersede Platform.isTVOS for Platform.isTV (#10973)fac74f8chore: publish1634c6bfix: fix headerTransparent with custom header in native-stack (#10919)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #6645 (dea3d06) into master (2845132) will not change coverage. The diff coverage is
n/a.
Additional details and impacted files
@@ Coverage Diff @@
## master #6645 +/- ##
======================================
Coverage 8.09% 8.09%
======================================
Files 288 288
Lines 5412 5412
Branches 1405 1405
======================================
Hits 438 438
Misses 4974 4974
Superseded by #6657.