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

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

复制代码
npm install react-native-textinput-maxlength-fixed
npx pod-install
相关推荐
光影少年21 小时前
RN导航与路由
前端·react native·react.js
沉迷学习 日益消瘦2 天前
7 React Native / Expo 开发体验:项目结构、跨平台适配与构建发布
javascript·react native·react.js
太子釢4 天前
React Native Fabric 渲染链路
react native
光影少年4 天前
RN 原生动画 Animated 用法、动画性能优化
react native·react.js·掘金·金石计划
任磊abc4 天前
react native项目配置eslint+prettier
react native·eslint·prettier
sTone873755 天前
类RN框架通过Service暴露卡片渲染能力给AI Chat
android·react native
想你依然心痛5 天前
【共创季稿事节】HarmonyOS 7.0 应用框架(ArkUI-X)跨平台能力深度探索
flutter·react native·arkui-x·跨平台渲染·harmonyos 7.0·arkrender·组件兼容性
大龄秃头程序员6 天前
RN 新架构 Bridgeless 模式下原生向 RN 发事件:一次踩坑与复盘
react native
大龄秃头程序员6 天前
React Native 0.86 新架构实战:Fabric 原生组件开发的 4 个致命坑
react native