Kenny Callegari

Results 2 comments of Kenny Callegari

I had the same issue, it was coming from my `metro.config.js` after a bad config of `react-native-svg-transformer`. Here's the config for Expo : ``` const { getDefaultConfig: getDefaultExpoConfig } =...

I had a similar issue I fixed it by : - having the same `node` and `yarn` version as eas (in my case `node 20.18.3` and `yarn 1.22.22`, but you...