react-native-html-render
react-native-html-render copied to clipboard
A html render for react-native
Basically, ``` This is something nice ``` should render as: `This is something nice`. instead of: ``` This is something nice ``` Right now, the line break inside the paragraph...
Head lines of example here: ``` js var React = require('react-native') var HtmlRender = require('react-native-html-render') var window = require('../../util/window') var routes = require('../../configs/routes') ``` What's `'../../configs/routes'` and `'../../util/window'`? Should I...
My json include \r symbol. With him a half of the text isn't displayed. Without him all of norms.In what there can be a problem.
``` ```
Hi, Do you plan to implement table at any point?