React Native 解决 TextInput 设置 maxLength 后,拼音输入法无法输入的问题

目前只发现在 iOS 上存在这个问题,这是由于 iOS 系统的问题,需要添加一个 OC 分类来解决,这里有一个封装好的 react-native-textinput-maxlength-fixed ,直接安装即可。

复制代码
npm install react-native-textinput-maxlength-fixed
npx pod-install
相关推荐
木西3 天前
从0到1搭建一个RN应用从开发测试到上架全流程
android·前端·react native
哇哦谢谢你5 天前
React Native环境配置
前端·react native
getapi5 天前
Flutter和React Native在开发app中,哪个对java开发工程师更适合
java·flutter·react native
武当王丶也8 天前
React Native 状态管理:用 Jotai 替代 useState
前端·react native
武当王丶也8 天前
React Native 本地缓存:react-native-mmkv
前端·react native
武当王丶也8 天前
React Native 设备屏幕尺寸适配:react-native-size-matters
前端·react native
MshengYang_lazy9 天前
React Native离线级联选择器开发手记:当SQLite遇见小区房号选择
前端·react native·sqlite
No Silver Bullet11 天前
React Native进阶(六十一): WebView 替代方案 react-native-webview 应用详解
javascript·react native·react.js
武当王丶也11 天前
React Native 路由导航:React Navigation
react native
ThinkPet12 天前
【003安卓开发方案调研】之ReactNative技术开发安卓
android·react native·react.js