从键盘禁用英语以外的所有语言

问题描述 投票:0回答:1

我想避免使用其他语言,我想要一个英文键盘作为输入。

                    <TextInput style={{ width: "85%", marginStart: 10, fontSize: 12, fontFamily: 'Roboto' }} placeholder="Enter your password" onChangeText={password => setPassword(password)} secureTextEntry={!showPassword} />
javascript android react-native kotlin mobile
1个回答
0
投票

在 TextInput 中使用“keyboardType="email-address"”属性

在 React Native 中强制仅从键盘启用英语

最新问题
© www.soinside.com 2019 - 2024. All rights reserved.