react-native-rich-editor icon indicating copy to clipboard operation
react-native-rich-editor copied to clipboard

Using the library causes apple silicon macs to crash

Open VladosK0k0s opened this issue 3 years ago • 2 comments
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.

VladosK0k0s avatar Sep 09 '22 10:09 VladosK0k0s

you mean, to run it as a native mac app ?

manosKas avatar Oct 20 '22 12:10 manosKas

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.

stevewillard avatar Dec 20 '22 20:12 stevewillard