idibidiart / react-native-responsive-grid

Bringing the Web's Responsive Design to React Native
Other
379 stars 42 forks source link

'Hidden' props not working #21

Closed peacechen closed 6 years ago

peacechen commented 6 years ago

<Row> and <Col> are not respecting the props smHidden, mdHidden, lgHidden and xlHidden.

Inspecting the code, isHidden is looking for the props on the children, not the Row/Column itself.

peacechen commented 6 years ago

Fixed in #23