What's Changed
Minor release with initial fixes after 4.0.0 release. Most importantly we've fixed regression on old architecture, where there was no animation when hiding modal programatically on iOS. Additionally some build time warning have been fixed to unblocks builds using
-Werror
compiler option.
🐛 Bug fixes
- fix(iOS,Paper): fix broken modal go-back animation by @kkafar in #2496
- fix: Remove dangling global reference to
ScreenModule
by @lukmccall in #2494 - fix(iOS): fix build issues when building with
-Werror -Wreturn-path
by @kkafar in #2497 - fix(iOS): add missing largeTitleBackgroundColor prop by @EvanBacon in #2500
🔢 Miscellaneous
- chore: bump react-navigation to current main by @kkafar in #2493
- docs: Add hero support for 4k monitors by @patrycjakalinska in #2460
- chore(deps): bump rexml from 3.3.6 to 3.3.9 in /Example by @dependabot in #2471
- chore: rebuild TVOSExample with RN 0.76 by @alduzy in #2486
- refactor(iOS): cleanup conversion code by @kkafar in #2499
Full Changelog: 4.0.0...4.1.0