๐ŸŒ
Snack
snack.expo.dev
Snack - React Native in the browser
Write code in Expo's online editor and instantly use it on your phone.
๐ŸŒ
Expo
expo.dev
Expo
Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
Discussions

Can I use Expo (or Expo Snacks) to showcase the app Iโ€™ve built?
For expo itself, iยดm aware only about the expo go app, or build a package local with eas (and distribute it as APK, IPA, but that requires the users to enable developer mode, etc, to install it)You can also use internal testing in Google Play Console, or Testflight in Apple, to distribute betas and previews openly or closed to your criteria. More on reddit.com
๐ŸŒ r/expo
5
0
January 23, 2024
React Native Example App does not run in Expo Snack - Stack Overflow
I'm learning React Native and trying to add a component to an Expo Snack for testing. I can't even get the example app to work though. Is it something different about how Snacks work vs. a desktop More on stackoverflow.com
๐ŸŒ stackoverflow.com
is Expo Snack limited?
Async functions should work fine - but the problem seems to be with some other issue. Maybe somehow they aren't compiled with Babel. I'd recommend posting on Expo Slack. More on reddit.com
๐ŸŒ r/expo
2
1
June 10, 2024
Expo Snack app based on @react-navigation/native works on its Web variant but it crashes as it is started both on its Android and on its iOS variants
I've been trying to write React Native apps on Expo's Snack Web interface. Here's the code I've been playing with [2]. It runs smoothly on its Web incarnation but as I choose its Android or iOS var... More on stackoverflow.com
๐ŸŒ stackoverflow.com
๐ŸŒ
GitHub
github.com โ€บ expo โ€บ snack
GitHub - expo/snack: Expo Snack lets you run Expo in the browser.
Expo Snack is an open-source platform for running React Native apps in the browser. It dynamically bundles and compiles code and runs it in the Expo Go or in a web-player. Code can be saved as "Snacks" and easily shared with others.
Starred by 470 users
Forked by 162 users
Languages ย  TypeScript 95.7% | JavaScript 2.1%
๐ŸŒ
Reddit
reddit.com โ€บ r/expo โ€บ can i use expo (or expo snacks) to showcase the app iโ€™ve built?
r/expo on Reddit: Can I use Expo (or Expo Snacks) to showcase the app Iโ€™ve built?
January 23, 2024 -

So basically Iโ€™m pretty new to programming and very new to app creation. What Iโ€™m looking to accomplish is the following:

  • build an app using React Native.

  • be able to showcase that app off to potential employers.

To accomplish this, I figure Expo comes in at some point, since I currently have downloaded the Expo Go app and do see the code Iโ€™ve written on my computer reflected in the app. This seems all good so far, but I donโ€™t think I quite understand how I can share this work with others. From what I understand, Expo Go will only show the work from your computerโ€™s code if youโ€™re on the same network and have synced up the two via a QR code (Iโ€™m currently not on the same network as my code/computer and tried to open my project in Expo Go, to no avail).

Is there a workaround/better way to do this? Basically I want my app to be shareable so that other non-developers can see/use/test it, including uploading their own pictures, etc into the app. Is this possible and, if so, can Expo or any of its tools come into play in this process?

๐ŸŒ
Medium
medium.com โ€บ @waadlingaadil โ€บ how-to-use-expo-snacks-in-react-native-lft-2-653853c9f503
How to use Expo Snacks in React Native: Lft #2 | by Aadil Mallick | Medium
January 5, 2023 - Expo Snack is a great online tool for developing mobile apps with React Native โ€” all in the browser. Letโ€™s jump into how it works:
๐ŸŒ
Delicious Brains
deliciousbrains.com โ€บ blog โ€บ javascript in the shallow end: browser-based react native with expo snack
JavaScript in the Shallow End: Browser-Based React Native With Expo Snack
June 12, 2023 - Expo Snack is a web-based code editor for building shareable, runnable React Native code examples. One of the key benefits of Expo Snack is that it allows developers to collaborate with others in real-time.
๐ŸŒ
Stack Overflow
stackoverflow.com โ€บ questions โ€บ 53474965 โ€บ react-native-example-app-does-not-run-in-expo-snack
React Native Example App does not run in Expo Snack - Stack Overflow
It may be due to missing of node modules in your project compared to the Github project. As the Stack.expo browser won't give us full freedom to install custom modules, I suggest you to download VS Code and open the Github project in it, then do "npm install" from cmd and "react-native run-android/ios".
Find elsewhere
๐ŸŒ
Snack
snack.expo.dev
Hello World - Snack
Write code in Expo's online editor and instantly use it on your phone.
๐ŸŒ
Sweets and Snacks Expo
sweetsandsnacks.com โ€บ home
Home - Sweets and Snacks Expo
November 9, 2020 - In Vegas, the Sweets & Snacks Expo brings together brands, buyers, brokers, and more. This is where trends ignite, shelves take shape, and deals get done.
๐ŸŒ
Reddit
reddit.com โ€บ r/expo โ€บ is expo snack limited?
r/expo on Reddit: is Expo Snack limited?
June 10, 2024 -

Hello,

I've been trying to deploy my app on Snack to allow ppl to test it with a simulator right away, but, even tho the project works flawless on my iOS on Expo Go on local machine and on a docker container, I can't seem to be able to use it on the mobile version of Snack.

First, I ran into a lot of compatible issues due to my package.json being formated different than what Snack allows(Only dependencies), but now the app is succesfully working on the web version, but it seems to be getting this error whenever I try iOS or Android that async functions aren't supported. Doesn't work even on my own phone when I try to run the Snack build on Expo Go, but works just as fine the development server ran on docker, which is the exactly same code.

Now, is async functions really unsupported just on Snack, is it a format problem or is it a issue I'll run into when deploying the app live? I tried looking on Expo docs, but I couldn't find any mentions to this. I want to deploy on Apple store first, but I'm waiting for my MBP to arrive, if they aren't allowed I might as well start rebuilding my logic, since I use them a lot, specially on api calls.

Is there a different way to showcase my app in an online iOS simulator like Snack that wouldn't run into this? This is my first project and I'm really enjoying it, but deploying this front-end on the web for users to test it has been the first wall I have not found a way to crack it.

๐ŸŒ
Expo Documentation
docs.expo.dev
Expo Documentation
Expo's Snack lets you try Expo with zero local setup.Create a Snack ยท Join over 60,000 other developers on the Expo Community Discord.Go to Discord ยท Expo supplies a vast array of SDK modules.
๐ŸŒ
EmbedAny
embedany.com โ€บ guides โ€บ expo-snack
How to Embed Expo Snack on Shopify: A Simple Guide for Store Owners
Expo Snack is a fantastic tool for sharing React Native code examples in an interactive format.
๐ŸŒ
GitHub
github.com โ€บ expo โ€บ snack โ€บ issues โ€บ 481
Unable to import any github repository in Snack ยท Issue #481 ยท expo/snack
September 29, 2023 - Unable to import any github repository, which previously was able to do easily in Snack. Error coming is An error occurred during import. This could be because the data provided was invalid, or because the repository referenced is not a properly formatted Expo project.
Published ย  Sep 29, 2023
๐ŸŒ
Expo Documentation
docs.expo.dev โ€บ more โ€บ glossary-of-terms
Glossary of terms - Expo Documentation
August 26, 2025 - Snack is an in-browser development environment where you can build Expo experiences without installing any tools on your phone or computer.
๐ŸŒ
npm
npmjs.com โ€บ package โ€บ snack-sdk
snack-sdk - npm
August 19, 2025 - Use this to create a custom web interface for https://snack.expo.dev/.
      ยป npm install snack-sdk
    
Published ย  Aug 19, 2025
Version ย  6.5.1
Author ย  Expo
๐ŸŒ
Codecademy Forums
discuss.codecademy.com โ€บ computer science
Course: React Native | Expo Go and Expo Snack -> update Expo Snack - Computer Science - Codecademy Forums
December 7, 2021 - After a small 10 second-research I figured out, that the snack is outdated in comparsion with the Expo Go app. https://stackoverflow.com/questions/60286851/expo-uncaugh-error-the-snack-snack-sdk-32-0-0-was-found So may you want to update it or offer a dropdown, to select the correct version.