Ajackster/react-native-global-props

[Bug] View backgroundColor overriding images

Closed this issue · 1 comments

Setting backgroundColor on setCustomView will cause all Image components nested within View to become invisible (their color get set to backgroundColor probably).

Ok the problem appears to be that the outer View has flex: 1.