Closed James2516 closed 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).
backgroundColor
setCustomView
Image
View
Ok the problem appears to be that the outer View has flex: 1.
Setting
backgroundColor
onsetCustomView
will cause allImage
components nested withinView
to become invisible (their color get set tobackgroundColor
probably).