-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
Custom Animations in Modal Fail to Display in React StrictMode #50451
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.76.8. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
@AsteriskZuo can u share a valid reproducer so it can be validated quickly |
https://github.com/AsteriskZuo/test_rn076_new_arch_issues https://github.com/AsteriskZuo/test_rn076_new_arch_issues/blob/test2/QA.md |
@devanshsaini11 Please confirm. thx. |
@AsteriskZuo To help us isolate the root cause more effectively, could you please provide a minimal reproduction with only the absolutely necessary dependencies? This will make it easier to identify whether the issue lies within React Native itself or is being influenced by other libraries. |
@AsteriskZuo Please use latest react-native version for repro |
Description
When using the Animated.View component within a Modal component, custom animations cannot be displayed properly while in StrictMode.
Steps to reproduce
npx @react-native-community/cli@latest init --version 0.76 simple_demo
React Native Version
0.76.7
Affected Platforms
Runtime - Android
Output of
npx @react-native-community/cli info
Stacktrace or Logs
Reproducer
https://github.com/AsteriskZuo/test_rn076_new_arch_issues/blob/test2/QA.md
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: