Skip to content

Commit 6606d5f

Browse files
committed
Mention requirements for native tabs
1 parent 0078b01 commit 6606d5f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ To use this navigator, ensure that you have [`@react-navigation/native` and its
3232
npm install @react-navigation/bottom-tabs
3333
```
3434

35+
The navigator requires React Native 0.79 or above is required. If you're using [Expo](https://expo.dev/), it requires SDK 53 or above.
36+
3537
## Usage
3638

3739
To use this navigator, import it from `@react-navigation/bottom-tabs/unstable`:
@@ -71,6 +73,11 @@ function MyTabs() {
7173
</TabItem>
7274
</Tabs>
7375

76+
## Notes
77+
78+
- Liquid Glass effect on iOS 26+ requires your app to be built with Xcode 26 or above.
79+
- On Android, at most 5 tabs are supported. This is a limitation of the underlying native component.
80+
7481
## API Definition
7582

7683
### Props
@@ -290,6 +297,8 @@ Style object for the tab bar. Supported properties:
290297
- `backgroundColor` - Only supported on Android and iOS 18 and below.
291298
- `shadowColor` - Only supported on iOS 18 and below.
292299

300+
On iOS 26+, the background color automatically changes based on the content behind the tab bar and can't be overridden.
301+
293302
#### `tabBarBlurEffect`
294303

295304
Blur effect applied to the tab bar on iOS 18 and lower when tab screen is selected.

0 commit comments

Comments
 (0)