idibidiart / react-native-responsive-grid

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

Add setCutoffs() to customize size cutoff calculations. #23

Closed peacechen closed 6 years ago

peacechen commented 6 years ago

Update Readme. Properly handle 'Hidden' props. Fix passing down of 'rtl' prop to children.

20

21

22

idibidiart commented 6 years ago

MERGED!

I've also changed setCutoffs to setBreakPoints to be consistent with responsive design termonology

Just published v0.41.0 on npm ... Have not added tests and have not tested it but I did review the code and the fixes make sense.

Thanks once again and please let me know if anything comes up.