我想为我的应用程序创建一个自定义键盘。所以我想禁用软键盘。
答案 0 :(得分:0)
U可以使用react-native-custom-keyboard
或react-native-keyboard-input
之类的包来帮助在react native应用中开发自定义键盘。
react-native-custom-keyboard:https://github.com/reactnativecn/react-native-custom-keyboard/blob/master/README.md
react-native-keyboard-input:https://github.com/wix/react-native-keyboard-input