gpt4 book ai didi

reactjs - React Native "this._easing is not a function"与 v0.20

转载 作者:行者123 更新时间:2023-12-03 13:28:58 24 4
gpt4 key购买 nike

我在某些页面(并非所有页面)上遇到此错误,但无法追踪到我的代码中的任何内容。

模拟器中的红色错误模态:

this._easing is not a function. (In 'this._easing((now-this._startTime)/this.duration)', 'this._easing is NaN')


onUpdate
AnimatedImplementation.js @ 216:8

CallTimer

callTimers

__callFunction

<unknown>

guard

CallFunctionreturnFlusedQueue

将项目升级到 v0.20,清理 xcode 的构建/运行和 rn 包以防万一。我相当确定我的代码也没有使用动画库。

最佳答案

这是一篇较旧的帖子,但我通过 Google 找到了它,因此希望这可以帮助其他人。

对于 bounceease 缓动,如果您不修改默认参数,则无需调用该函数。

// this should error
Animated.timing(this.state.animatedValue, {
toValue: 10,
duration: 300,
easing: Easing.bounce()
}).start();

如果您只是将引用传递给 bounce,错误就会消失。

easing: Easing.bounce

关于reactjs - React Native "this._easing is not a function"与 v0.20,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35671330/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com