Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions versioned_docs/version-6.x/native-stack-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@ A callback that gets called when the cancel button is pressed.

A callback that gets called when the text changes. It receives the current text value of the search bar.

##### `onSearchButtonPress`

A callback that gets called when the search button is pressed. It receives the current text value of the search bar.

Example:

```js
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-7.x/native-stack-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@ A callback that gets called when the cancel button is pressed.

A callback that gets called when the text changes. It receives the current text value of the search bar.

##### `onSearchButtonPress`

A callback that gets called when the search button is pressed. It receives the current text value of the search bar.

Example:

```js
Expand Down