Hours trying to get a map working in @expo on iOS 26. Tried Apple Maps β€” crash. Switched to a WebView β€” crash. iOS 26 + Expo SDK 55's New Architecture has a TurboModule bug that kills any app using native components in distribution builds? Works perfectly on my machine. Ships broken every time.
2
190
Same here, trying to figure this for days, any workarounds? some forum suggested to use EAS_USE_PRECOMPILED_MODULES=0 (eas.json env var), trying it
1
37
Replying to @s11o_online @expo
I actually wound up starting a project from scratch using their template and then placing all of the features from my original project into it step-by-step. I can dig up what the agent did to see what the problem was and how it overcame it if you want.

Apr 8, 2026 Β· 2:00 PM UTC

1
40
Sort replies: Relevant Recent Liked
Replying to @aboutrc @expo
Wow that must've sucked, the eas build var worked for me any difference of approach that you noticed? Perhaps a faulty dependency?
23