Implement the MapKit Events as property of the map Element. So the `region-change-end` event would be implemented as `onRegionChangeEnd`, ... ``` <Map onRegionChangeEnd={(event) => console.log('Region changed to', event)} /> ```