react-native-html-render icon indicating copy to clipboard operation
react-native-html-render copied to clipboard

A html render for react-native

Results 24 react-native-html-render issues
Sort by recently updated
recently updated
newest added

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.

bug

Hi, Do you plan to implement table at any point?