React native React -native- ell-rich-editor在Android导航到屏幕时崩溃.



我在我的react-native应用程序中使用react-native- jquery -rich-editorscreen add from screen Flatlist,应用程序只会在Android上崩溃。react-native": "0.64.1";react-native- shell -rich-editor"; "^1.8.6",

输入图片描述

输入图片描述

  • 使用这个<RichEditor androidHardwareAccelerationDisabled={true} />

请注意,这不是一个官方的解决方案,这是一个变通办法…

尝试将您的"react-native- pill -rich-editor"组件

我做了什么,哪些是有效的:

<ScrollView>
<RichEditor
disabled={false}
containerStyle={styles.editor}
initialContentHTML={html}
editorStyle={contentStyle}
ref={RichText}
style={{width: '100%'}}
placeholder={'Description'}
onChange={(text) => handleChange(text)}
/>
</ScrollView>

→你也可以尝试更新你的webview组件,但它不适合我。

我不知道为什么这是工作。有人在这里做同样的事情

相关内容

  • 没有找到相关文章