您好,我创建了屏幕键盘组件,我想禁用平台键盘,如何禁用?
<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 }}
/>
Run Code Online (Sandbox Code Playgroud) 请帮助解决错误:不支持的 URL (IOS)。当我从减速器向 url 添加数据时,它不起作用,但通常在添加 url 以在没有减速器数据的情况下获取数据时出错。(Android 中的代码相同)