Erased
Erased

Reputation: 571

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

Upvotes: 8

Views: 25686

Answers (1)

Bruno Talhate
Bruno Talhate

Reputation: 118

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

Upvotes: 10

Related Questions