Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get() {
deprecatedModule(
`import { MapView } from 'expo' -> import MapView from 'react-native-maps'`,
'react-native-maps'
);
return require('react-native-maps').default;
},
},