Answers for "why to escape from quotation mark in react"

0

why to escape from quotation mark in react

<Text> I've seen the movie.</Text>

<Text>{'I've seen the movie.'}</Text>
{/* you can use both ticks and single quotes depending on your use. */}
<Text>{`I've seen the movie.`}</Text>
Posted by: Guest on April-21-2021

Code answers related to "why to escape from quotation mark in react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language