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
Hey guys,
Just tried using this for our RN project since we use it for it's sister web app.
And I think there are still some holes in the implementation from the great work in #158
I"m getting this error YGDisplay 'table', should be one of: ('flex', none')
it's due to this line hard coding the the display: 'table' which i believe is unsupported.
Hey guys,
Just tried using this for our RN project since we use it for it's sister web app.
And I think there are still some holes in the implementation from the great work in #158
I"m getting this error
YGDisplay 'table', should be one of: ('flex', none')
it's due to this line hard coding the the display: 'table' which i believe is unsupported.
react-grid-system/src/grid/Container/style.js
Line 50 in 4fee09a
Mind if I go a head and fix this?
The text was updated successfully, but these errors were encountered: