Pierre-Alexis M.
Pierre-Alexis M.
This problem seems to be related to Vite (used as the main bundler in nuxt) which does not support ENV variables. It uses `import.meta.env.XXX` instead of `process.env.XXX` . For Nuxt...
Interested to know more about this solution too. I'm using expo@50.
happening to me too
Hello, any update here for SDK 51 ? @natew Still happening with tamagui 1.108.4
@sync Hi, I upgraded everything with `bun expo install --fix`, switched to react-native 0.75.2 to be sure, cleared my android & ios folder, prebuilt again, but got the same error...
@sync Thank you for your reply ! I installed everything, modified the package.json, cleared my prebuild, but same error again. I tried to reinstall the dependencies too, but nothing changed.
same problem here expo 52, "react-native-svg": "15.8.0", "react-native-svg-transformer": "^1.5.0"
@MarceloPrado 👀