【发布时间】:2018-12-10 15:05:26
【问题描述】:
我创建了一个屏幕键盘组件,我想禁用平台的键盘,我该如何禁用它?
<TextInput
secureTextEntry
ref="Pin"
selectionColor="#656565"
keyboardType="numeric"
activeColor="#656565"
inactiveColor="#fff"
autoFocus={false}
ignoreCase
codeLength={4}
inputPosition="center"
size={50}
onFulfill={isValid => this}
codeInputStyle={{ borderWidth: 1.5 }}
/>
【问题讨论】:
-
我认为你可以在这里研究它是如何完成的:github.com/wix/react-native-keyboard-input
标签: react-native