nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

On Android, isUserInteraction in onRegionIsChanging is incorrectly set to true #1612

Open nartjie101 opened 5 years ago

nartjie101 commented 5 years ago

When I change heading using the code below: this.mapRef.setCamera({ centerCoordinate, heading: this.state.bearing, duration: firstLoad ? ANIM_DURATION : NAVIGATE_ANIM_DURATION, pitch: PITCH, zoom: ZOOM }) onRegionIsChanging returned isUserInteraction = true