Debugging an app I found that it seems Expo / Metro is running the code in conditions that trigger the RealmInExpoGoError exception. I suggest moving the ExpoGo check from a top-level into the catch block when loading the native module actually fails.
What, How & Why?
Debugging an app I found that it seems Expo / Metro is running the code in conditions that trigger the
RealmInExpoGoError
exception. I suggest moving the ExpoGo check from a top-level into thecatch
block when loading the native module actually fails.