react-native-tableview icon indicating copy to clipboard operation
react-native-tableview copied to clipboard

Table background color is white in dark mode on iOS 13

Open sallar opened this issue 5 years ago • 1 comments

Hi.

On iOS 13, the whole table background color is white in dark mode and I can't seem to be able to change it:

image

When I press on each item, it seems the pressed color and text colors are correct:

Screenshot 2019-12-13 at 0 59 09

Is there anyway to fix this behavior?

sallar avatar Dec 12 '19 23:12 sallar

Seems like that <Item> has a an option to make the cell background transparent: <Item transparent> but it's not documented. But the table background color shouldnt be white by default anyway so this is still an issue even though I've fixed it for my usecase.

sallar avatar Dec 14 '19 23:12 sallar