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
react-native-maps
This is another example
class PinMarker extends Component { state = { initialRender: true } render() { return ( this.setState({ initialRender: false })} key={`${this.state.initialRender}`} /> ) } }