R

React Native Screens

R
React Native Screens Mobile v4.28.0

4.28.0

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…

R
React Native Screens Mobile v5.0.0-alpha

5.0.0-alpha.2

What's changed This is the second alpha release of react-native-screens 5.0.0. A major part of this release involved migrating the iOS Split Navigation implementation from Swift to Objective-C. We also brought several enhancements to our core components, such as adding the liftOnScroll prop for the small header on Android and introducing titleMenu support on iOS for Stack v5. This release adds sup…

R
React Native Screens Mobile v4.27.0

4.27.0

What's changed This release adds support for React Native 0.87, fixing a runtime crash on iOS in the process. It also introduces the experimental ScrollToTopGuard component and fully migrates the Split component implementation from Swift to Objective-C. ✅ Improvements feat(Android, Stack v5): support sending multiple updates via view command (#4243) refactor(test): Add scenario for Stack v5 preven…