I've got a text input in my app which I use as a search bar and I know that Android has an API to display a search type keyboard and I'm wondering how I can use it in react-native.
I've looked in the react-native text input documentation but didn't find anything for that type of keyboard in Android.
Anyone knows which type of keyboard I can use in text input to achieve wanted result?
Looks like you're looking for returnKeyType and keyboardType