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
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
+
203
211
### Route Configuration
204
212
205
213
Each route in the `routes` array can have the following properties:
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.
0 commit comments