The Expo Snack SDK. Use this to create a custom web interface for https://snack.expo.dev/.
Running the example app.
yarn build
cd ./example
yarn start
Make sure that all code lints, builds, all tests pass and the docs are updated, before committing.
yarn lint
yarn build
yarn test
yarn doc