Replies: 1 comment
-
Not sure, but try "RNMapboxMapsVersion": "11.8.0" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m having trouble building my app using Expo SDK 52 and suspect I might be missing something. I’ve carefully followed Expo’s installation instructions, replaced my secret token twice, and ensured all necessary permissions are enabled. rnmapbox works just fine in the emulator and Expo Doctor only gives warnings about this:
The following issues were found when validating your dependencies against React Native Directory:
No metadata available: @reduxjs/toolkit, react-native-app, react-redux, tailwindcss, yup
npx expo install --fix, give this missage:
Dependencies are up to date
Does some else have an idea?
Here’s what my app.json file looks like:
This is the error I'm getting:
Beta Was this translation helpful? Give feedback.
All reactions