Mats Lindblad

Results 7 comments of Mats Lindblad

I have kind of the same problem because I'm upgrading to Expo@46 and the React versions collide in a spectacular way. I assume it's because the React version is fixed...

Not really, I still get `ERESOLVE overriding peer dependency` on versions of React. The dependency chain is way to intricate for me to fix things myself (time/budget/life...). And I realize...

Of course, the problem occurs when I don't add `expo-version` to the configuration ``` - name: 🐾 Setup EAS uses: expo/expo-github-action@v8 with: eas-version: latest packager: npm token: ${{ secrets.EXPO_TOKEN }}...

I'm using SDK 45 (v45.0.8 according to package-lock.json). If it's outside of you control there isn't much to do but then the docs should probably reflect that. Maybe add a...

I'm confusing myself, the issue arose when I was running `update` / `preview`, not when running `build` and `submit`. Anyway, adding it to FAQ could be a good idea: "If...