反应本地地图动画回调(例如animateToRegion)

时间:2018-10-10 13:55:16

标签: react-native react-native-maps

animateToRegion之类的动画结束时是否有回调?

我用这个

this.mapView.root.animateToRegion(newRegion, 500);

1 个答案:

答案 0 :(得分:0)

目前似乎没有:Issue 1237

  

似乎animateToCoordinates中没有这样的回调,runCommand调用NativeModules.UIManager,它是具有syncnus行为的JAVA模块。因此,setTimeOut持续500 ms是唯一的方法。