Hyo
Hyo
Looking for this either!
> If you call the files .env.development and .env.production it works out of the box now in SDK 49. > > Expo will load the production one automatically when you...
@hirbod Thanks. This is working but pretty hacky 🤔 Please feel free to close this if you think it is resolved! Also I am afraid if below is affected too....
This is also happening to my boilerplate project. https://github.com/dooboolab-community/expo-router-starter I did everything but could not resolve this!
I experienced significant challenges in resolving this issue. My approach involved meticulously removing each package individually, and following each removal, I had to deploy a new `ipa` file to TestFlight...
@adamhari Try to follow the guide in [First-class Expo support in Sentry](https://expo.dev/changelog/2024/01-18-sdk-50#first-class-expo-support-in-sentry). I just remembered this blog post when I found that `sentry-expo` was the problem.
@brentvatne I am using web but I seperated branch with SDK 48 because of the issue in #23412 😔
Removing below in `app.config.ts` solved the problem 😃 ``` web: { bundler: 'metro', }, ``` @brentvatne Feel free to close the issue if you think this should be considered as...
By the way, I also think it'd be great to tackle issue on bundling failure for expo-web users like me. I also tried this https://github.com/react-native-web-community/react-native-web-maps but no luck 🥲
[This](https://github.com/thysultan/stylis/issues/254) might be related. I've tried adding below in `webpack.config.js` but no luck. ```js config.module.rules.push({test: /\.mjs$/, type: 'javascript/auto'}); ```