Ajackster / react-native-global-props

A simple javascript implementation to add custom, default props to react-native components.
MIT License
350 stars 33 forks source link

[Bug] View backgroundColor overriding images #4

Closed James2516 closed 7 years ago

James2516 commented 7 years ago

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

James2516 commented 7 years ago

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