react-native-rich-editor
react-native-rich-editor copied to clipboard
Using the library causes apple silicon macs to crash
trafficstars
If you add a rich editor component to your app and then open it with apple silicon mac, it will crash.
However if you go to the "react-native-pell-rich-editor/src/RichEditor.js" file and remove the keyboardDisplayRequiresUserAction={false} flag in the renderWebView() function, app won`t crash.
you mean, to run it as a native mac app ?
We're seeing similar behavior. If you open an app on an M1 mac and "right-click" on the editor it crashes. Otherwise, it's working well for us.