react-grid-system icon indicating copy to clipboard operation
react-grid-system copied to clipboard

YGDisplay 'table', should be one of: ('flex', none')

Open jahead opened this issue 3 years ago • 1 comments

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 https://github.com/sealninja/react-grid-system/pull/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. https://github.com/sealninja/react-grid-system/blob/4fee09a5ddba3607d1f8cb1a901f9afb0d982728/src/grid/Container/style.js#L50

Mind if I go a head and fix this?

jahead avatar Mar 07 '21 03:03 jahead

Please go ahead!

gerbenmeyer avatar Mar 07 '21 08:03 gerbenmeyer