Questions tagged [react-native-render-html]

Questions about react-native-render-html library usage and challenges. Please follow our guidelines when you plan to post a question here.

Our recommended checklist for new posts:

  • Be direct about your issue. We don't need extraneous context such as "I'm developing an app for doing XXX".
  • Provide useful context, react, react-native and react-native-render-html versions, the packager you're using, the distribution (expo, vanilla)... etc.
  • Provide a clear, synthetic snippet of code rather than a long bloated excerpt from your code.
  • If you are requesting help while facing a failure, please follow guidance for a minimal working example: https://stackoverflow.com/help/mcve
61 questions
0
votes
1 answer

Link Within an App with the React Native Render Html

In my expo / react app I have some HTML from a website that I'm pulling from an api. I'd like to use links within that html to link to pages within the app. Some example html... responseHtml = "

this is a paragraph

Richard
  • 5,584
  • 1
  • 19
  • 22
1 2 3 4
5