-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Exception thrown while executing UI block: 'parentNode' is a required parameter #29889
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. |
Same issue thank you for the solution 👍👍👍 |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
I am facing this issue with iOS17, changing |
@hamoghamdi Hello, I also meet this issue. Have you find any solution? |
I'm also facing this issue. This happens on IOS 15 and IOS 17 |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Description
Error: Interpolation property 'useNativeDriver' is not supported by native animated module
This error occurs when I run on an emulator and set useNativeDriver to true on the Animated component.
My solution is set useNativeDriver to false on DEV mode.
React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Expected Results
No error.
Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered: