-
A normal react native TextInput has an I feel like I may be missing something obvious, but I didn't see it a way to do it in the docs or in the exposed APIs here. (I see an |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @cabiad, sorry for the late response 🙏 Cheers! |
Beta Was this translation helpful? Give feedback.
Hi @cabiad, sorry for the late response 🙏
It is! There's an
autoFocus
field which controls if the search bar should be autofocused on screen mount.Cheers!