我对Gestures的实现感到困惑,我看到了很多关于此的信息库,但没有与我一起运行。
我在Github中找到了一些存储库,但是动画并没有停止..如果有人有替代解决方案,那将非常有帮助。
constructor(props) {
super(props);
this.state = {
fadeValue: new Animated.Value(0),
xValue: new Animated.Value(0),
springValue: new Animated.Value(0.5),
rotateValue: new Animated.Value(0),
}}
` 我发行时动画没有停止。