Closed ktprograms closed 3 years ago
I saw in the GitHub for react-native-web-maps that I need to alias react-native-maps to react-native-web-maps, but I'm not sure how for this template. Thanks!
react-native-maps
react-native-web-maps
//react-native-web-maps config.resolve.alias = { ...(config.resolve.alias || {}), "react-native-maps$": "react-native-web-maps", };
put at config-overrides.js
Thanks!
I saw in the GitHub for react-native-web-maps that I need to alias
react-native-maps
toreact-native-web-maps
, but I'm not sure how for this template. Thanks!