Purii / react-native-tableview-simple

Flexible and lightweight React Native component for UITableView made with pure CSS
https://snack.expo.io/@purii/react-native-tableview-simple
MIT License
535 stars 63 forks source link

fix on-integer device scaling causing issues with <Separator> hairline widths #786

Closed cixio closed 1 month ago

cixio commented 1 month ago

Based on the fix provided by @philo23 here - thanks!

Tested on Pixel 7a (shows bug) & iPhone 14 Pro (no bug) - both on physical devices

philo23 commented 1 month ago

Thanks for taking the time to actually make the PR for this change!

I've been meaning to do it myself, but I've been distracted by non-React native things recently…

It's good to see it getting fixed 👍

Purii commented 1 month ago

Thanks @cixio and @philo23 on working on this!