rn-relates
rn-relates copied to clipboard
📝一些关于 React Native 项目实践的记录。
Results
11
rn-relates issues
Sort by
recently updated
recently updated
newest added
#### 1、InteractionManager 的 callback 失效 `InteractionManager` 接口的 `runAfterInteractions` 中的 callback 有时不触发,[官方issue处理](https://github.com/facebook/react-native/issues/8624#issuecomment-231040370)。 #### 2、TextInput 的 `secureTextEntry` 问题 `TextInput` 在 iOS 8 下,动态修改 `secureTextEntry` 属性时,光标位置发生变化,官方 issue 中网友提到的[处理](https://github.com/facebook/react-native/issues/5859#issuecomment-182584283),自己项目中的处理: ``` // 明文显示密码 showPassword =...
笔记