Skip to content

Commit 09cc8f3

Browse files
author
soliury
committed
remove the html render to react-native-html-render
1 parent bd45c1c commit 09cc8f3

7 files changed

Lines changed: 6 additions & 10583 deletions

File tree

app/components/htmlRender/htmlContent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var React = require('react-native')
22

3-
var HtmlRender = require('./htmlRender')
3+
var HtmlRender = require('react-native-html-render')
44

55
var window = require('../../util/window')
66
var routes = require('../../config/routes')
@@ -85,4 +85,4 @@ class HtmlContent extends Component {
8585

8686
}
8787

88-
module.exports = HtmlContent
88+
module.exports = HtmlContent

0 commit comments

Comments
 (0)