I upgraded to Expo Sdk 51. Since the update, I have been getting this error. I tried npx expo install expo-asset
. But it didn’t work. What could possibly be the error here?
I tried npx expo start
. My React Native code works on expo go, but crashes when I use a development build.
Also I tried XCode Archive, but the app crashes upon loading everytime.
I tried rm -rf node_modules
and yarn install
, but still got no luck
2
Answers
I am having a similar issue, yet not the same exactly, but Expo Assets and version 51 are involved.
Have you tried
npx expo-doctor
andnpx expo install --check
?Feel free to share more details about the errors you get
I don’t have enough reputation to comment, but there’s a long thread on Expo’s discord regarding the same issue. Feel free to explore the solutions there.
https://discord.com/channels/695411232856997968/1244770988839931934