react-nativetextinputreact-native-textinput

How to display search type Android keyboard in react-native


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.

my screen

Anyone knows which type of keyboard I can use in text input to achieve wanted result?


Solution

  • Looks like you're looking for returnKeyType and keyboardType