Bumping up from Expo SDK v50 to v51 gives the following error: TypeError: freezeEnabled is not a function (it is undefined)
I recently updated to Expo SDK v51 from v50, and upon opening my app with Expo Go I get the following error: “TypeError: freezeEnabled is not a function (it is undefined)”. Here is the stack trace and LogBox screenshot respectively. The error snippet in LogBox is from the react-native-screens package in the file ScreenStack.tsx – I looked at the react-native-screens code in GitHub and afaik freezeEnabled is indeed defined… To my knowledge the error I’m getting has something to do with my navigation stack but I could be wrong.