Table of Contents
Clone the project:
git clone git@github.com:meliorence/react-native-render-html.git
Then yarn-install:
cd react-native-render-html
yarn install
The project is using
Yarn Berry’s workspaces. There is an alias to work from
react-native-render-html
workspace:
yarn render-html
You can then run the following commands:
Most significant scripts |
Description |
|
Launch jest test in watch mode |
|
Run Typescript typechecking |
|
Run linter |
|
Transpile TS → ES |
yarn build:tools
yarn render-html build
From now-on, you should be able to try out the demo app with
yarn demo start