We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8149caf commit 0e4ad31Copy full SHA for 0e4ad31
docs/docs/docs/guides/usage-with-react-navigation.mdx
@@ -326,6 +326,14 @@ It's working separately from `enableFreeze()` in `react-native-screens`. So sett
326
327
Test ID for the tab item. This can be used to find the tab item in the native view hierarchy.
328
329
+#### `role` <Badge text="iOS 18+" type="info" />
330
+
331
+A value that defines the purpose of the tab. This can be used to pin and separate search tabs
332
333
+Available options:
334
335
+- `search` - The search role.
336
337
### Events
338
339
The navigator can emit events on certain actions. Supported events are:
0 commit comments