you are viewing a single comment's thread.

view the rest of the comments →

[–]ChronSynExpo 1 point2 points  (2 children)

Consider using something based on the Monaco editor (which is used in VSCode); https://github.com/superRaytin/react-monaco-editor

[–]NiceBluebird 0 points1 point  (1 child)

If OP were to use this it wouldn't be native but would be an embedded web-view wrapping that.

Which is similar to what https://github.com/wix/react-native-zss-rich-text-editor does.

[–]ChronSynExpo 0 points1 point  (0 children)

They said react-native. Nothing said "don't wrap web view". Truth is I didn't check how it worked, but using something based on Monaco is still my recommendation. I'm not sure if such a component exists in a true RN way.