This beta includes mostly tests, refactors & other internal improvements. Beside that it brings 3 important fixes for iOS.
What's Changed
✅ Improvements / support changes
- feat(iOS): add
unstable_accessibilityContainerViewIsModal
prop forFullWindowOverlay
by @kkafar in #2854 - feat(tvOS): bump min. deployment target to 15.1 by @kkafar in #2863
🐞 Bug fixes
- fix(iOS,Fabric): fix sporadic exiting screen content jump on goBack action by @kkafar in #2838
- fix(iOS,Fabric):
TouchableOpacity
does not work on screens withheaderTranslucent: true
on notchless iOS devices with older OS versions by @kkafar in #2858 - fix(iOS): fix header back button display mode when back title text is custom by @maciekstosio in #2860
🔢 Internal changes
- test(Windows): add Windows CI by @kligarski in #2832
- chore(deps): aggregate updates from dependabot by @kkafar in #2833
- chore(deps): aggregate updates from dependabot - another round by @kkafar in #2839
- chore(iOS): add code comment explaining validity of a tag value by @kkafar in #2840
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /docs by @dependabot in #2841
- chore(deps): aggregate updates from dependabot by @kkafar in #2847
- docs: update information in native-stack's README and guide for library authors by @kligarski in #2851
- test(e2e, Fabric): add e2e test for issue/PR example 593 by @kligarski in #2849
- test(e2e, Fabric): add e2e tests for issue/PR examples 619..640 by @kligarski in #2850
- chore(examples): update lock files after release 4.11.0-beta.1 by @kkafar in #2852
- chore(CI): Update node version on CI, bump react-navigation and fix windows pipeline by @maciekstosio in #2853
- chore(iOS, Fabric): add tests for header interactions by @maciekstosio in #2848
- refactor(iOS): remove code unused on iOS >= 15.1 by @kkafar in #2862
- chore: bump react-navigation after changes from #2860 by @maciekstosio in #2866
- refactor(iOS): remove code unused on tvOS & iOS >= 15.1 by @kkafar in #2864
- refactor(iOS): move back item configuration to separate method by @kkafar in #2865
Full Changelog: 4.11.0-beta.1...4.11.0-beta.2