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
🌐
Expo
expo.dev β€Ί login
Log In β€” Expo
Log in to your Expo account.
Expo Go
Run your projects on your own device faster and share those projects across your team.
Expo Application Services (EAS)
Deeply integrated cloud services for Expo and React Native apps, from the team behind Expo.
Sign Up
I agree to the Terms of Service and Privacy Policy Β· Build, submit and update your app with Expo's cloud services
Pricing
Build, submit, host, and update your apps with mobile CI/CD that scales.
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
🌐
Snack
snack.expo.dev
Snack - React Native in the browser
Write code in Expo's online editor and instantly use it on your phone.
🌐
Icsee
loginslink.com β€Ί home β€Ί technology β€Ί mac support β€Ί expo snack login
Expo Snack Login
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. ... Create a React Native Application. Add Login with OIDC.
🌐
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 163 users
Languages Β  TypeScript 95.7% | JavaScript 2.1%
Find elsewhere
🌐
Snack
snack.expo.dev β€Ί @seungyeonlee β€Ί 8c0d05
Google - Firebase Authentication - Expo Snack
Email & Password store to Firebase Authentication, Signup and Login
🌐
Snack
snack.expo.dev β€Ί embedded β€Ί @akamit β€Ί react-native-login-page-code-6
react native login page code 6 - Expo Snack
Try this project on your phone! Use Expo's online editor to make changes and save your own copy.
🌐
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 …
🌐
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.
🌐
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.
🌐
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.