-
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
Inconsistent separator lines #46968
Labels
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
Needs: Author Feedback
Newer Patch Available
Comments
|
|
@OtavioStasiak I tested this on multiple real android devices. Are you able to repro this on any real device? Device used:
|
9 tasks
Fwiw I can easily reproduce this on my Pixel 7. Using a FlatList with the following separator component: <View style={{
borderBottomWidth: StyleSheet.hairlineWidth,
borderBottomColor: '#54545657',
}} /> I included a second screenshot with a red background to show that it's bleeding through even though the border is a light gray. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
Needs: Author Feedback
Newer Patch Available
Description
The thickness of the separator lines in FlatList is inconsistent on android. Here's another issue related to the separator: GitHub Issue.
Steps to reproduce
Add a separator to a FlatList with hairlineWidth or 1.
React Native Version
0.73.6
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://snack.expo.dev/@diegolmello/f6c27a
Screenshots and Videos
The text was updated successfully, but these errors were encountered: