UNPKG

react-native-flexbox-grid

Version:

Grid system for react native based on flexbox grid's api

18 lines (12 loc) 483 B
## 0.3.0 - Updated to work with React Native 0.42. Internal components now rely on percentages. ## 0.2.2 (May 9, 2016) ### react-native-flexbox-grid - Updated to work with React Native 0.25. (Thanks to [sylvainbaronnet](https://github.com/sylvainbaronnet)). - Set up `npm test` to run all mocha tests. ## 0.2.0 (March 21, 2016) ### react-native-flexbox-grid - Row now defaults `flexWrap` to `wrap`. If you want `nowrap` you must specify no wrap in props. ``` <Row nowrap> ```