react-native-flexbox-grid
react-native-flexbox-grid copied to clipboard
Responsive Grid for React Native
Hi, The columns do not properly work on landscape mode, since it will still use the screen width as if I was in portrait mode. This way these components are...
to support change in orientation on mobile, and window resize in the browser (with react-native-web)
Upgraded to react native 0.52.0 and now I get: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined....
Hi. Is it possible to set the Col/Row's width or background color style?
I'm importing your library: `import {Row, Col} from 'react-native-flexbox-grid';` But when I try to nest a column inside a `Row` like this (or with multiple columns): ```js First Column ```...
See : https://github.com/facebook/react-native/wiki/Breaking-Changes#039