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
Is this pakcage works natively with TS, because when i try to import scss like this ex. import css from './home.scss';
i get error, TS2307: Cannot find module ./ home. scss or its corresponding type declarations.
Im using latest version of module and im on Expo SDK 51.
The build passes and everything works but only types are not working, i know there is project react-native-sass-transformer typed but i think its not maintained?
The text was updated successfully, but these errors were encountered:
Is this pakcage works natively with TS, because when i try to import scss like this ex.
import css from './home.scss';
i get error,
TS2307: Cannot find module ./ home. scss or its corresponding type declarations.
Im using latest version of module and im on Expo SDK 51.
The build passes and everything works but only types are not working, i know there is project react-native-sass-transformer typed but i think its not maintained?
The text was updated successfully, but these errors were encountered: