What's Changed
Beta releasing fix for pressables in native header #2466.
🐛 Bug fixes
- fix(Android): clicking on Pressable located in screen header by @coado and @kkafar in #2466
- fix(iOS): make
RCTMountingTransactionObserving
implementation new-arch only by @kkafar in #2624 - fix: remove workaround for removing clipped subviews by @kkafar in #2596
🔢 Miscellaneous
- chore: bump deps in lib & examples (part 1 of fixing CI) by @kkafar in #2618
- chore(CI): fix part 2 - set xcode-version to 16.1 by @kkafar in #2620
- chore(examples): remove dependency on
react-native-vector-icons
by @kkafar in #2621 - refactor(Android): rename
FabricEnabledHeaderSubviewGroup
->FabricEnabledHeaderSubviewViewGroup
+ fix arch-consistency check by @kkafar in #2622
New Contributors
Full Changelog: 4.5.0...4.6.0-beta.0