最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - KeyboardType - React Native - Stack Overflow

programmeradmin3浏览0评论

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
Add a ment  | 

1 Answer 1

Reset to default 10

If 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.

发布评论

评论列表(0)

  1. 暂无评论