This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Description
Head lines of example here:
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 install them before using this Render?