-
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
React Native - LayoutAnimation - border radius issue (black background on IOS) #48722
Comments
Warning Unsupported version: It looks like your issue or the example you provided uses an unsupported version of React Native. |
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Warning Unsupported version: It looks like your issue or the example you provided uses an unsupported version of React Native. |
Hey @basselsaadeh , It will be great if you can share a reproducer for this issue. You can use this template |
@sarthak-d11 for security reasons i cannot share my code |
A reproducer is not your code. Please use this template https://github.com/react-native-community/template and recreate the same failure you're reporting |
Description
A parent view has style={{ overflow: 'hidden', borderTopRightRadius: 25 }}
Inside the parent a child view is rendered with a LayoutAnimation. The surface which is hidden behind the rounded corners has a black background color during the LayoutAnimation for a second (Im using react-native version 0.72.1
Steps to reproduce
on LayoutAnimation
React Native Version
0.72.1
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
none
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: