Skip to content

using <b> tag will break the line #114

@xareelee

Description

@xareelee

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 be bold inside 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?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions