kristerkari / react-native-sass-transformer

Use Sass to style your React Native apps.
MIT License
222 stars 19 forks source link

Support for react-native-web? #37

Closed dcangulo closed 4 years ago

dcangulo commented 4 years ago

I have tried using this on react-native-web and the style object is empty, however it works on iOS perfectly.

Does this intended to support react-native-web or not?

Anyway, thanks for this module. I have been using this for the past year.

kristerkari commented 4 years ago

Hi @dcangulo, there is support for react-native-web, but you have to use CSS modules to do that: https://github.com/kristerkari/react-native-css-modules

dcangulo commented 4 years ago

I see. Thanks. :)