我正在使用带有地图的 react-native 的 LayoutAnimation 自定义组件。在 ios 上动画可以正常工作,但在 android 上不行。我正在更改组件高度
const HeightAnimation = {
duration: 200,
create: {
type: LayoutAnimation.Types.linear,
property: LayoutAnimation.Properties.scaleXY
},
update: {
type: LayoutAnimation.Types.easeInEaseOut
}
}