Skip to main content

Webpack

const path = require('path');

module.exports = {
//...
resolve: {
alias: {
'react-native-maps': '@teovilla/react-native-web-maps',
},
},
};