-
Notifications
You must be signed in to change notification settings - Fork 462
Open
Labels
Description
Using <b> tag inside a string will break the line.
<HTMLView
value={ "A word will be <b>bold</b> inside this string." }
/>- Expected:
A word will beboldinside this string."
- What I got acctually with react-native-htmlview:
A word will be
bold
inside this string."
By the way, is there any convenient tag to add attributes to specific words in a string?
timscott, tonygentilcore, mad-moon and h2soheili