In React-Native, what is the correct way to convert and display the html string without html quotes and tags?
This is an example text:
"What is the name of James Dean's character in the 1955 movie "Rebel Without a Cause"?"
In React, dangerouslysetinnerhtml option does the trick, but in native I couldn't display it correctly.