Skip to content

Commit 787aaeb

Browse files
committed
add docs
1 parent cde474b commit 787aaeb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/docs/docs/guides/standalone-usage.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,14 @@ Color of tab indicator.
200200

201201
- Type: `ColorValue`
202202

203+
#### `renderBottomAccessoryView` <Badge text="iOS" type="info" />
204+
205+
Function that returns a React element to render as [bottom accessory](https://developer.apple.com/documentation/uikit/uitabbarcontroller/bottomaccessory).
206+
207+
:::note
208+
This feature requires iOS 26.0 or later and is only available on iOS. On older versions, this prop is ignored.
209+
:::
210+
203211
### Route Configuration
204212

205213
Each route in the `routes` array can have the following properties:

docs/docs/docs/guides/usage-with-react-navigation.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,13 @@ function MyTabs() {
216216
);
217217
}
218218
```
219+
#### `renderBottomAccessoryView` <Badge text="iOS" type="info" />
219220

221+
Function that returns a React element to render as [bottom accessory](https://developer.apple.com/documentation/uikit/uitabbarcontroller/bottomaccessory).
222+
223+
:::note
224+
This feature requires iOS 26.0 or later and is only available on iOS. On older versions, this prop is ignored.
225+
:::
220226

221227
### Options
222228

0 commit comments

Comments
 (0)