3

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?

dgcharitha
  • 333
  • 3
  • 13
Michael Ostrovsky
  • 629
  • 1
  • 7
  • 21

1 Answers1

12

Looks like you're looking for returnKeyType and keyboardType

Oleksandr Leskiv
  • 539
  • 5
  • 10