React native React本机动画有一个小暂停

React native React本机动画有一个小暂停,react-native,React Native,animate(){ 动画循环( 已设置动画。计时(此.spinValue{ toValue:360, 持续时间:1000 }) ).start(); }增加缓解。线性是解决方案 animate(){ 动画循环( 已设置动画。计时(此.spinValue{ fromValue:0, toValue:360, 持续时间:1000, 放松:放松,线性, useNativeDriver:真的吗 }), {useNativeDriver:true} ).start(); }增加缓解。线性是解决方案

animate(){
动画循环(
已设置动画。计时(此.spinValue{
toValue:360,
持续时间:1000
})
).start();

}
增加
缓解。线性
是解决方案

animate(){
动画循环(
已设置动画。计时(此.spinValue{
fromValue:0,
toValue:360,
持续时间:1000,
放松:放松,线性,
useNativeDriver:真的吗
}),
{useNativeDriver:true}
).start();

}
增加
缓解。线性
是解决方案

animate(){
动画循环(
已设置动画。计时(此.spinValue{
fromValue:0,
toValue:360,
持续时间:1000,
放松:放松,线性,
useNativeDriver:真的吗
}),
{useNativeDriver:true}
).start();
}