1

I'm trying to build a rich text editor with React Native, but I struggled to implement the inline tags, such as adding bold or italic styling to a word or a phrase just like in the picture

enter image description here In web development this will be easily sorted out with a div with contenteditable set to true. Is there a way to do this with react native in a native way (no webview), or a workaround that could work?

1 Answer 1

2

Try this package it gives you all the controls of rich text field https://github.com/wxik/react-native-rich-editor

Sign up to request clarification or add additional context in comments.

1 Comment

So it's not native

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.