rundmt / react-native-flexbox-grid

Responsive Grid for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to work with percentage widths.

rundmt opened this issue · comments

As of 0.42, React Native supports percentages on styles. This will greatly improve performance because we no longer need to wait for onlayout to apply widths.

We should easily be able to update to use percentages without causing breaking API changes.