kristerkari / react-native-sass-transformer

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

Can't find stylesheet to import - expo web #122

Open ryskin opened 3 months ago

ryskin commented 3 months ago

It's working good on iOS and Android, but when I try to open web I'm getting errors...

Web Bundling failed 7168ms index.js (2754 modules)
error: src/styles/common.scss: Can't find stylesheet to import.
  ╷
1 │ @import './variables.scss';
  │         ^^^^^^^^^^^^^^^^^^
  ╵

Is there any way to make it work? Will be happy to know.

kristerkari commented 3 months ago

@ryskin please check the discussion in #106. Currently the transformer is not working in the newer Expo versions.