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
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
Share Improve this question asked Jul 28, 2017 at 12:15 ErasedErased 5714 gold badges10 silver badges22 bronze badges 2- 1 use native-base refer this link nativebase.io/docs/v0.4.6/ponents – Arunkumar Commented Jul 28, 2017 at 12:18
-
i think, if you work on ponent API android (like keyboard) with
ReactNative
, you can using native code (Android --> Java, iOS --> swift). read this – manggaraaaa Commented Jul 28, 2017 at 13:26
1 Answer
Reset to default 10If you are using a TextInput ponent, you can try the props returnKeyType and keyboardType. They both customize the keyboard layout and work on android and iOS.