I\'m using react-native-maps
but I faced a problem that after a lot of googling without answer makes me ask it here.
I\'m trying to use Custom Marker for the marker
@Mahdi Bashirpour solution works for me. just upgrading above answer.
Other Images stop working if we import 'Image' from 'react-native-svg'
My solution is below.
import {Image} from 'react-native'; // for other images in our render method.
import { Image as Imagesvg } from 'react-native-svg';
Use 'Imagesvg' for marker image. It's working for me on android 7 and 8. React native version '0.55.3'