react-grid-system
react-grid-system copied to clipboard
YGDisplay 'table', should be one of: ('flex', none')
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?
Please go ahead!