You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This <Grid style={[Styles.something.grid, Styles.something.grid.bgBlack]} >
and this <Grid style={[Styles.something.grid]} >
seems to break the styling.
(While this works: <Grid style={Styles.something.grid} > )
This
<Grid style={[Styles.something.grid, Styles.something.grid.bgBlack]} >and this
<Grid style={[Styles.something.grid]} >seems to break the styling.
(While this works:
<Grid style={Styles.something.grid} >)Am I doing something wrong, or is it a bug?