Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

KeyboardType - React Native

Have you any ideas concerning a KeyboardType for research. I searched and I didn't find any information about that.

In example, in Android, replace the button "Ok" by an icon or another text. Hope there is a KeyboardType specified for research. I don't really want to custom the Keyboard, I think it's not really so easy...

It need to work on IOS and Android

like image 558
Erased Avatar asked Jul 28 '17 12:07

Erased


1 Answers

I you are using a TextInput component, you can try the props returnKeyType and keyboardType. They both customize the keyboard layout and works on android and iOS.

like image 191
Bruno Talhate Avatar answered Oct 24 '22 04:10

Bruno Talhate