Releases: callstack/react-native-bottom-tabs
Release list
react-native-bottom-tabs@1.4.0
Minor Changes
-
#542
758746cThanks @thiagobrez! - Add an icon rendering mode option for preserving original colors of tab icons. -
#543
a8d871aThanks @thiagobrez! - Display focused icon when hovering on iOS Liquid Glass
Patch Changes
-
#553
05acfafThanks @thiagobrez! - Expose Android tab button test IDs to UIAutomator-based E2E tools. -
#546
671c97fThanks @gabecorso! - Add#if compiler(>=6.2)guards to iOS-26 SwiftUI symbols in BottomAccessoryProvider.swift and NewTabView.swift to fix compilation on Xcode < 26
@bottom-tabs/expo-template@1.1.3
react-native-bottom-tabs@1.3.1
react-native-bottom-tabs@1.3.1
@bottom-tabs/expo-template@1.1.2
Patch Changes
-
#540
d1b51c5Thanks @thiagobrez! - Fix Expo template installs by aligning Expo SDK 54 dependency versions. -
Updated dependencies [
f7c2f7d]:- @bottom-tabs/react-navigation@1.3.1
- react-native-bottom-tabs@1.3.1
react-native-bottom-tabs@1.3.0
Minor Changes
- #522
412e9caThanks @thiagobrez! - Addexperimental_bakedTintColorsprop to opt into the iOS 26 Liquid Glass active and inactive tint color workaround.
Patch Changes
-
#526
942e441Thanks @davidecallegaro! - Fix phantom tab switch on iOS when scene re-appears -
#530
6797d32Thanks @thiagobrez! - Fix screen not rendering after tab change on iOS 27 -
#527
2a8a9a0Thanks @thiagobrez! - Disable tabBarInactiveTintColor on iOS >= 26 -
#524
5428315Thanks @spokodev! - Respect user-suppliedtabBarHiddenonTabView. -
#508
1c5b385Thanks @oscnord! - Fix tvOS compilation due to unavailable APIs -
#519
2ebe13bThanks @thiagobrez! - Keep iOS tab transitions smooth when switching between tabs with and without active tint colors.
@bottom-tabs/expo-template@1.1.1
react-native-bottom-tabs@1.2.0
Minor Changes
- #494
3572fc2Thanks @ahmedawaad1804! - AddlayoutDirectionprop toTabViewfor RTL support.