discuss
discuss copied to clipboard
Using with react native?
Hi, just wondering if its possible to use with react native.
I thought it would be pretty cool to convert the css file to RN stylesheet using css-to-react-native, but it doesn't like the fact that properties are unitless.
Hello 👋🏼 Yes it is possible. In fact, I am doing it on my react native projects as I am currently learning it. Here is a short tutorial i followed to achieve this : How to configure Create-React-App to use TailwindCSS. Enjoy.
Thanks but I meant react native. I think I have figured out an easy way to get it working with the same syntax though
On 29 Jan 2020, at 18:15, Anthony R [email protected] wrote:
Hello 👋🏼 Yes it is possible. In fact, I am doing it on my react native projects as I am currently learning it. Here is a short tutorial i followed to achieve this : How to configure Create-React-App to use TailwindCSS. Enjoy.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
@nicwhitts I'm facing the same problem you described above. How did you manage to get it working?