KeyboardType - React Native

22,680

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.

Share:
22,680
Erased
Author by

Erased

Updated on January 28, 2022

Comments

  • Erased
    Erased over 2 years

    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