/expo-console-error-repro

Repro case for causing a crash in Expo Go

Primary LanguageJavaScript

Repro Case for Expo Go Crash

It seems that calling console.error() from the JS when running in Expo Go will crash the app.

Instructions

# install deps
npm i

# run app
npm start

# open in expo go and it will crash