not work option -> layout -> backgroundColor
stack: {
children: [
{
component: {
name: MY_USER,
options: {
layout: {
backgroundColor: '#EFEFF4',
},
everything used to work
@aspidvip If you want to set a background color to a component, then you probably want to use the componentBackgroundColor option.
Hm.. from docs i see that componentBackgroundColor is for android only.
Am i wrong?
And why backgroundColor not work?
@olegdev in V6 i can confirm componentBackgroundColor works for both while backgroundColor is Android only 💁♂️
@olegdev True, though it was different before v6 (but I used v2 before, so hard to compare). Either the docs are misleading here or I am misunderstanding something.
Most helpful comment
@olegdev in V6 i can confirm
componentBackgroundColorworks for both whilebackgroundColoris Android only 💁♂️