-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on AnimatedValue.js file when it tries to call flush #25210
Comments
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
I have the same issue. I could not say exactly how to reproduce it. I got an issue report from Crashlytics. Some of my users faced it. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Faced same issue with user of Samsung's Galaxy S7 SM-G930F. Reported by Bugsnag |
Also seeing this, occurring on Samsung SM-G930F on Android 7.0 on react-native 0.61.5 |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
The AnimatedValue.js throws an error on line
58
whennode.__getChildren().forEach(findAnimatedStyles);
is called on_flush
function sometimes.React Native version: 0.58.3
Steps To Reproduce
1 - create variable with Animated.Value
2 - update the value
Describe what you expected to happen:
Animations work properly.
Snack, code example, or link to a repository:
The error happens in node_modules/react-native/Libraries/Animated/src/nodes/AnimatedValue.js in findAnimatedStyles at line 58:28:
Throws TypeError:
s.__getChildren().forEach is not a function. (In 's.__getChildren().forEach(t)', 's.__getChildren().forEach' is undefined)
Error screenshot:
The text was updated successfully, but these errors were encountered: