## 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>
```
