What's Changed
Minor release landing series of important fixes. This version comes w/o support for react-native 0.77. You can expect the support with next minor, which should be shipped in the beginning of January before 0.77 release.
👍 Improvements
🐛 Bug fixes
- fix(web): reexport missing component by @kkafar in #2535
- fix(Android): improve RN detection in build scripts by @kkafar in #2537
- fix(iOS, Paper): fix header layout when updating non focued screen by @kkafar in #2552
- refactor(iOS, Paper): do not add subviews to header config in HostTree by @kkafar in #2553
- ⚠️ 👉🏻 fix(iOS): restore old header animation to prevent content jump by @kkafar in #2563 👈🏻 This one modifies native header animation, be sure to check it out
- chore: fix misleading contributing guide by @kkafar in #2564
- fix(iOS, Paper): prevent double modal dismissal by @kkafar in #2568
- fix: take preload into account when freezing children by @WoLewicki in #2566
- fix(iOS): restore behaviour of RNSScreenStackAnimationNone by @kkafar in #2565
- fix: point to existing symbol names in
ios.componentProvider
by @kkafar in #2583
🔢 Miscellaneous
- chore: update dev deps & fix eslint by @kkafar in #2561
- refactor(iOS): simplify UINavigationControllerDelegate methods implementation by @kkafar in #2562
- feat: add codegen
ios.componentProvider
to package.json by @jakex7 in #2567
New Contributors
Full Changelog: 4.3.0...4.4.0