How to upgrade react-native-maps

Hello,

I’m using the Maps module of Expo via my CRNA project. I check my package-lock.json, and the react-native-maps version is locked at 0.17. I’d like to pull in the latest map module (which is at version 0.21.0).

Is there a way to upgrade the Map module?

Thanks,

If there are native code changes then you will need to detach and update the library manually.
You can read about similar requests here: https://github.com/expo/expo/issues/1143
reactjs - React-native-maps v0.20.1 with expo v25.0.0 - Stack Overflow
https://github.com/expo/expo/issues/161

You can also check our canny to see if similar requests have been made.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.