I am using expo v25.0.0 to develop mobile app with react native. my react-native version is the latest one. so the issue is that react-native-maps has [email protected] and [email protected] as dependencies while in my package.json, since my expo version is v25.0.0, I have [email protected] and [email protected] as deps.
so running the app I have this error:
peer dep missing: [email protected], required by [email protected]
peer dep missing: [email protected], required by [email protected]
someone can tell me what I am supposed to do please?
I found also this library: react-native-mapbox-gl, do you think that it can be a good alternative to use it instead of react-native.maps?
thank you