React-native-navigation: [v6] not work option: layout

Created on 13 Mar 2020  ·  4Comments  ·  Source: wix/react-native-navigation

Issue Description

not work option -> layout -> backgroundColor

stack: {
                              children: [
                                {
                                  component: {
                                    name: MY_USER,
                                    options: {
                                      layout: {
                                        backgroundColor: '#EFEFF4',
                                      },

everything used to work


Environment

  • React Native Navigation version: "^6.2.0-snapshot.875",
  • React Native version: "0.61.5",
  • Platform(s) (iOS, Android, or both?): iOS
  • Device info (Simulator/Device? OS version? Debug/Release?): Simulator/Device 13.3

Most helpful comment

@olegdev in V6 i can confirm componentBackgroundColor works for both while backgroundColor is Android only 💁‍♂️

All 4 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings