Skip to content

Commit bfbd6bd

Browse files
committed
docs: show the usage
1 parent 5294690 commit bfbd6bd

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • docs/docs/api/components/keyboard-toolbar

docs/docs/api/components/keyboard-toolbar/index.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,20 @@ Don't forget that you need to specify colors for **both** `dark` and `light` the
301301

302302
This component is used to exclude some views from the traversal. It is useful when you want to skip specific view from being focused by toolbar arrow buttons.
303303

304+
```tsx
305+
<BottomSheet>
306+
<KeyboardToolbar.Exclude>
307+
<TextInput
308+
contextMenuHidden
309+
keyboardType="numeric"
310+
placeholder="Excluded"
311+
testID="TextInput#14"
312+
title="Excluded"
313+
/>
314+
</KeyboardToolbar.Exclude>
315+
</BottomSheet>
316+
```
317+
304318
## Example
305319

306320
```tsx

0 commit comments

Comments
 (0)