This project was bootstrapped with Create React App.
This example project can be used to test/demo this project in the context of
react-native-web
. Here's how to use it:
- Build the library:
# go to the `package` folder cd ../package # build the library npm run prepare # go back to the example cd ../example-web
- Run the dev server:
npm start
npm run prepare
and npm start
again.