snack-sdk
v6.2.0
Published
The Expo Snack SDK
Downloads
4,969
Maintainers
Keywords
Readme
snack-sdk
The Expo Snack SDK. Use this to create a custom web interface for https://snack.expo.dev/.
📚 Documentation
🔎 Example
Running the example app.
yarn build
cd ./example
yarn start
👏 Contributing
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