App build with EAS build crashes in MapView, expo build works fine

When I build my app using EAS, it crashes when trying to do a MapView render. When I build my app in expo, it works fine.

The last time my EAS build worked was BEFORE I attempted to upgrade to the most recent version of react-native-maps. When I upgraded, I found out that it wasn’t supported in expo, so I downgraded. My app built using EAS build hasn’t worked since.

In your post, please share:

  • Whether you are bare or managed workflow - Managed
  • Your eas-cli version - eas-cli/2.1.0 darwin-arm64 node-v18.7.0
  • What you have tried so far
    I’ve changed cache.key in eas.json to clear the cache.

The last time I had a similar issue, you had to do something to manually clear the cache on the build servers. Is this the issue?