-
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
[IOS] there is an extra tiny line when set border and border-radius to a View #49799
Comments
Tip Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.76.7. 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:
|
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. |
Does this happen on both old and new arch? |
Yes, it does. |
@zarin-maruf can you provide either a Snack or a reproducer using https://github.com/react-native-community/reproducer-react-native ? |
@cortinico This is the reproducer repo link. https://github.com/zarin-maruf/react-native-view-extra-tiny-line-on-ios |
Description
When I add a border and border-radius to a View, an extra tiny line with the same color as the View background is created. This line will be explicitly visible when you set the background and border to the same color.
This happens on IOS only btw.
Steps to reproduce
React Native Version
0.76.5
Affected Platforms
Runtime - iOS, Build - MacOS
Output of
npx @react-native-community/cli info
Stacktrace or Logs
Reproducer
https://codesandbox.io/p/live/38941380-ed25-44a0-afae-83260029f2c1
Screenshots and Videos
The text was updated successfully, but these errors were encountered: