adbayb / react-native-responsive

:package: The power of Media Queries now in your React Native project (ios and android) !
MIT License
349 stars 22 forks source link

Add tips on DRY-er useage of media queries #4

Closed ColeTownsend closed 7 years ago

ColeTownsend commented 7 years ago

With ES6 we do some awesome stuff to avoid boilerplate code. I realize this was probably out of scope and unnecessary on the initial README but it could be useful to folks in the future.

adbayb commented 7 years ago

Great. Merged. Thanks for your contribution @ColeTownsend