snack-sdk

The Expo Snack SDK. Use this to create a custom web interface for https://snack.expo.dev/.

Usage no npm install needed!

<script type="module">
  import snackSdk from 'https://cdn.skypack.dev/snack-sdk';
</script>

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