Skip to content

Latest commit

 

History

History

snack-sdk

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