You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• Colors: ColorPalette new Lightness and Saturation logic (#3942)
• screenFooter - added new component. (#3905)
🔧 Fixes
• TabController - support react-native-safe-area-context (#3928)
• ExpandableOverlay - Fixed onDismiss callback being called twice when modal is dismissed. (#3916)
• ScreenFooterScreen - Gracefully handle missing react-native-safe-area-context dependency. (#3941)
• ScreenFooterScreen - fix errors when SafeAreaContext is not installed (#3949)
• textField - a11y label improved. (#3947)
⚙️ Maintenance & Infra
• Android - Upgraded SDK to version 36 (buildTools, compileSdk, targetSdk) to support Android 16 and edge-to-edge display requirements. (#3919)
• Release / Infra – Release script now supports release branch variations and hotfix branches (with release_version in the branch name) for the release environment. (#3936)
• View – useSafeArea now supports SafeAreaView from react-native-safe-area-context when available. (#3937)
• floatingButton - changed to use new ScreenFooter component internally. deprecated original component. (#3948)
• screenFooterScreen - added demo screen for new component. (#3905)
• useScrollToHide - added new hook for controlling visibility during scroll. (#3905)