discuss icon indicating copy to clipboard operation
discuss copied to clipboard

Using with react native?

Open CurralesDragon opened this issue 5 years ago • 3 comments

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.

CurralesDragon avatar Jan 08 '20 23:01 CurralesDragon

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.

ghost avatar Jan 29 '20 18:01 ghost

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.

CurralesDragon avatar Jan 29 '20 21:01 CurralesDragon

@nicwhitts I'm facing the same problem you described above. How did you manage to get it working?

MattiaCostamagna avatar Mar 03 '20 11:03 MattiaCostamagna