react-native-tableview
react-native-tableview copied to clipboard
Table background color is white in dark mode on iOS 13
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:

When I press on each item, it seems the pressed color and text colors are correct:
Is there anyway to fix this behavior?
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.