<text
style={{
letterSpacing: '30',
wordBreak: 'keep-all',
}}
>
{value.content}
</text>
I got text from api data content is text How can I change pls help me 😭 plz check page picture page picture
You are rendering API content with just text now.
try this <div dangerouslySetInnerHTML={value.content} />