Surprisingly, the problem was the browser. I was using Microsoft Edge and getting the error. When I tried logging in using another browser (Chrome), everything worked fine!

It also gives an error on Firefox.

Answer from user10164217 on Stack Overflow
🌐
Snack
snack.expo.dev
Snack - React Native in the browser
Write code in Expo's online editor and instantly use it on your phone.
People also ask

What are Expo snacks?
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 Client or in a web-player. ... Snacks can also be embedded to show "live" previews as used by the React Native documentation.
🌐
loginslink.com
loginslink.com › home › technology › mac support › expo snack login
Expo Snack Login
How do I open Expo project in snack?
Head over to https://snack.expo.dev and start typing! On the right, you'll see the preview of the changes you make. By going to the "Android" or "iOS" tabs, you can preview it on a simulator directly in the browser. To open it on your device, go to the "My Device" tab and open it in the Expo Go app.
🌐
loginslink.com
loginslink.com › home › technology › mac support › expo snack login
Expo Snack Login
How do I log in to Expo?
In simulator, press ⌘ + / , or go to Debug -> Open System Log -- both of these open a log window that displays all of the logs from your device, including the logs from your Expo app.
🌐
loginslink.com
loginslink.com › home › technology › mac support › expo snack login
Expo Snack Login
🌐
GitHub
github.com › expo › snack
GitHub - expo/snack: Expo Snack lets you run Expo in the browser.
Expo Snack lets you run Expo in the browser. Contribute to expo/snack development by creating an account on GitHub.
Starred by 471 users
Forked by 162 users
Languages   TypeScript 95.7% | JavaScript 2.1%
🌐
Icsee
loginslink.com › home › technology › mac support › expo snack login
Expo Snack Login
Find the official link to Expo Snack Login. Explore FAQs, troubleshooting, and users feedback about expo.dev.
Find elsewhere
🌐
Mapyourshow
sse25.mapyourshow.com › 8_0 › login › login.cfm
2025 Sweets & Snacks Expo | Log in
Log in or Create a free My Show Planner. My Show Planner helps you save and remember favorites, get recommendations and organize the show.
🌐
Expo
expo.dev › login
Log In — Expo
Log in to your Expo account.
🌐
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
expo.dev › signup
Sign Up — Expo
Create an account for Expo here.
🌐
Snack
snack.expo.dev › @devils › login
login - Snack
Try this project on your phone! Use Expo's online editor to make changes and save your own copy.
🌐
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 - Clicking the three dots in the “Project” menu opens a dropdown that lets you import files, import a GitHub repo, or export your project. The last option is only live if you’re signed in. You can go ahead and delete the snack-icon.png file found in assets, as we won’t be using it.
🌐
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 - How to use Expo Snacks in React Native: Lft #2 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: If anyone is …
🌐
Stack Overflow
stackoverflow.com › questions › 62370045 › react-native-expo-snack-and-local-env-produce-different-results
React Native - expo snack and local env produce different results
1 Snack Expo Login Error · 11 React Native with Expo: how to use a .env.local config file? 17 React Native Expo Environment Variables · 0 snack-web from expo is not working locally · 2 Expo uncaugh error : The snack @snack/sdk.32.0.0 was found · 1 React Native: Why is this screen rendering differently in snack.expo.io than on my device?
🌐
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?