Opening Updates previews crashes Expo Go App (SDK 48) (iOS)

I recently update to SDK 48, eas build works fine, using Expo Go or a development build with a local server works fine as well, however when I push an update and try to open the preview on Expo Go, the app crashes before it finishes loading. This didn’t happen on SDK 47.

Alright, seems like some console.error() on the react-native library was causing the app to crash, same issue as described in this issue , removed those logs and the app worked fine on Expo Go.

did this ever crash in production for you? ever since i put expo 48 into prod i’ve had nothing but crashes (seemingly random) … seems like some kind of race condition happening.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.