What's changed?
This is a small release that brings several fixes to the library.
🐞 Bugfixes
- fix(Android, Tabs): handle forceLayout to ensure tab bar is properly laid out after configuration change (#4582)
- fix(Android, Stack v4+): append SwipeRefreshLayout transition filler (#4519)
- fix(Android, Tabs): use ViewIdGenerator to identify MenuItems instead of sequential ids (#4558)
- fix(Android, Stack v4): prevent adding preloaded and dismissed fragments when popping from opaque to translucent screen (#4571)
- fix(Android, Tabs): expose tab item testID as viewIdResourceName (#4497)
- fix(Example): Upgrade kotlin to 2.3.* (#4536)
- fix(Android): use-after-free of RNSScreenRemovalListener registered as mounting override delegate (#4413)