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
@PPillau Thanks! Not working in Expo Web is a common problem, and the reason is that transformer is specific to React Native's Javascript packager Metro, which probably (?) does not run when using Expo Web.
To get the support for Expo Web, there would need to be a plugin for Expo Web that would compile the Sass files.
imported styles is empty object with sass-loader so I think it has something to do with webpack or any bundler you use. by the way, this library uses custom babel transformer that is connected to metro, so maybe try to adapt it for web? or even connect existing one to babel through bundler
Unfortunately this transformer does not work for Expo Web view, just for the iOS and android views.
The text was updated successfully, but these errors were encountered: