Skip to content

Commit 22743e7

Browse files
committed
Update v7.x docs with onSearchButtonPress
1 parent aaad68d commit 22743e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

versioned_docs/version-7.x/native-stack-navigator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@ A callback that gets called when the cancel button is pressed.
370370

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

373+
##### `onSearchButtonPress`
374+
375+
A callback that gets called when the search button is pressed. It receives the current text value of the search bar.
376+
373377
Example:
374378

375379
```js

0 commit comments

Comments
 (0)