Skip to content

Commit 314be9d

Browse files
committed
docs: show the usage
1 parent 71e1519 commit 314be9d

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
@@ -393,6 +393,20 @@ Don't forget that you need to specify colors for **both** `dark` and `light` the
393393

394394
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.
395395

396+
```tsx
397+
<BottomSheet>
398+
<KeyboardToolbar.Exclude>
399+
<TextInput
400+
contextMenuHidden
401+
keyboardType="numeric"
402+
placeholder="Excluded"
403+
testID="TextInput#14"
404+
title="Excluded"
405+
/>
406+
</KeyboardToolbar.Exclude>
407+
</BottomSheet>
408+
```
409+
396410
## Example
397411

398412
```tsx

0 commit comments

Comments
 (0)