Closed alexluong closed 4 years ago
Hi @alexluong
I wrote this styling system to easily style react native code in the way I was using tailwindcss in the browser. One of the first things I removed were the screen sizes as react native uses flex-box and is easily styled to match any screen without media queries of some sort. I think it is a nice piece of code you wrote but for now I don't think I will include it.
greetings Thomas
Thanks for the response. That makes sense. I'm trying to use react-native-web
, so maybe my requirements are beyond the scope of your library. Thanks for explaining where you're coming from.
Hi, it seems like this library doesn't deal with responsiveness. I wrote a small helper function to help with it. Would love to hear what you think! Would this be something you'd be interested in including in this library?