<TextInput keyboardType="numeric"/>
keyboardType
决定弹出何种软键盘类型,譬如numeric
(纯数字键盘)。
See screenshots of all the types here.
这些值在所有平台都可用:
default
number-pad
decimal-pad
numeric
email-address
phone-pad
下面的值仅 iOS 可用:
ascii-capable
numbers-and-punctuation
url
name-phone-pad
twitter
web-search
下面的值仅 Android 可用:
visible-password
参考链接:
https://www.reactnative.cn/docs/textinput#keyboardtype
https://chat.xutongbao.top/