react-native-slatejs-webview
react-native-slatejs-webview copied to clipboard
A demo app running SlateJS in a react native webview
SlateJS Mobile Demo
A small react native app to demonstrate a SlateJs inmplemetation using webview.
You can run this app locally by;
- Clone this project
- Install dependencies (
npm installoryarn) - 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/mobileDemoand select theindex.htmlandindexBundle.jsfiles, 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)