A small react native app to demonstrate a SlateJs inmplemetation using webview.
- Clone this project
- Install dependencies (
npm install
oryarn
) - Build slate files by running
npm run build
. - Link webview files,
- For iOS, open xcode, right click on the mobileDemo folder, select aadd files, navigate to the
ios/mobileDemo
and select theindex.html
andindexBundle.js
files, then click on add.
- For iOS, open xcode, right click on the mobileDemo folder, select aadd files, navigate to the
- run app (
npm run ios
)