<TextInput keyboardType="numeric"/>

keyboardType
决定弹出何种软键盘类型,譬如numeric(纯数字键盘)。
See screenshots of all the types here.
这些值在所有平台都可用:
defaultnumber-paddecimal-padnumericemail-addressphone-pad
下面的值仅 iOS 可用:
ascii-capablenumbers-and-punctuationurlname-phone-padtwitterweb-search
下面的值仅 Android 可用:
visible-password
参考链接:
https://www.reactnative.cn/docs/textinput#keyboardtype
https://chat.xutongbao.top/


















