diff --git a/lib/components/MapView.js b/lib/components/MapView.js index ed48a045b..10e52986f 100644 --- a/lib/components/MapView.js +++ b/lib/components/MapView.js @@ -636,9 +636,9 @@ class MapView extends React.Component { if (this.state.isReady) { props = { + ...this.props, region: null, initialRegion: null, - ...this.props, onChange: this._onChange, onMapReady: this._onMapReady, onLayout: this._onLayout,