expo & react-native-maps

Please provide the following:

  1. SDK Version: 42.0.0
  2. Platforms(Android/iOS/web/all): Android/iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Trying to install react-native-maps with expo install react-native-maps and I am getting this error


I am unable to use --legacy-peer-deps as thats not supported with expo install

Hey @cheymonty, for now I would recommend either using yarn if possible or simply use npm directly via npm install react-native-maps@0.28.0 --legacy-peer-deps.

Cheers,
Adam

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