Skip to content

Commit 60cb4ab

Browse files
committed
Add a note about press animation with tabBarSelectionEnabled
1 parent e8adc14 commit 60cb4ab

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

versioned_docs/version-7.x/native-bottom-tab-navigator.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,12 @@ When `false`, tapping on the tab in tab bar won't select the tab. Custom behavio
503503

504504
Defaults to `true`.
505505

506+
:::note
507+
508+
Setting this to `false` doesn't remove the tab press animation, as the tab can still be pressed. On iOS 26+, this means the liquid glass indicator moves to the pressed tab and then moves back to the active tab when the press is released.
509+
510+
:::
511+
506512
#### `bottomAccessory`
507513

508514
Function that returns a React element to display as an accessory view. The function receives an options object with a `placement` parameter that can be one of the following values:

versioned_docs/version-8.x/bottom-tab-navigator.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,12 @@ When `false`, tapping on the tab in tab bar won't select the tab. Custom behavio
10431043

10441044
Defaults to `true`.
10451045

1046+
:::note
1047+
1048+
Setting this to `false` doesn't remove the tab press animation, as the tab can still be pressed. On iOS 26+, this means the liquid glass indicator moves to the pressed tab and then moves back to the active tab when the press is released.
1049+
1050+
:::
1051+
10461052
#### `bottomAccessory`
10471053

10481054
Function that returns a React element to display as an accessory view. The function receives an options object with a `placement` parameter that can be one of the following values:

0 commit comments

Comments
 (0)