Skip to content

Commit

Permalink
docs: update event type reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Dec 9, 2024
1 parent 3634102 commit 7f2c3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/api/keyboard-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type KeyboardEventData = {
timestamp: number; // timestamp of the event from native thread
target: number; // tag of the focused TextInput
type: string; // `keyboardType` property from focused `TextInput`
appearance: string; // `keyboardAppearance` property from focused `TextInput`
};
```

Expand Down

0 comments on commit 7f2c3d6

Please sign in to comment.