mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 13:01:15 +00:00
Rename onRegionChange to onRegionDidChange
This commit is contained in:
@@ -411,7 +411,7 @@ public class ReactNativeMapboxGLView extends RelativeLayout implements
|
||||
break;
|
||||
case MapView.REGION_DID_CHANGE:
|
||||
case MapView.REGION_DID_CHANGE_ANIMATED:
|
||||
emitEvent("onRegionChange", serializeCurrentRegion());
|
||||
emitEvent("onRegionDidChange", serializeCurrentRegion());
|
||||
break;
|
||||
case MapView.WILL_START_LOADING_MAP:
|
||||
emitEvent("onStartLoadingMap", null);
|
||||
|
||||
Reference in New Issue
Block a user