You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, wonder if this library includes sanitizer for removing css prop or values that cannot be used with react native? The reason I need sanitizer library is because I am trying to port tailwindcss to RN. There are already a tailwindcss library for RN but the library do not have many features. The way I want to port the library is by compiling the generated tailwindcss file to js file that consists of RN style sheets. When I before I compile the CSS file I need way to sanitize it.
The text was updated successfully, but these errors were encountered:
I don’t think there’s a library that would to that. Different react native components accept different style props, so I’m not really sure how it would work to be honest.
Hi, wonder if this library includes sanitizer for removing css prop or values that cannot be used with react native? The reason I need sanitizer library is because I am trying to port tailwindcss to RN. There are already a tailwindcss library for RN but the library do not have many features. The way I want to port the library is by compiling the generated tailwindcss file to js file that consists of RN style sheets. When I before I compile the CSS file I need way to sanitize it.
The text was updated successfully, but these errors were encountered: