2
我在某些頁面上遇到了這個錯誤,而不是全部,但無法追蹤到我的代碼中的任何內容。React Native「this._easing不是函數」with v0.20
紅色錯誤模態,從模擬器:
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包,以防萬一。我很確定我的代碼也沒有使用動畫庫。