Open AaronHeth opened 7 months ago
Thanks!
That's probably because in the newest Expo version 50, they changed to using a custom Metro transformer, which is not yet supported by the react-native-css-transformer
package. I need to have a look at updating the CSS/Sass/Less/Stylus transformers to support the newest Expo version.
I updated react-native-css-transformer
to support Expo 50, so it should work now.
Actually, I does not work yet because Expo version 50/51 is doing some custom transformation for CSS files. I'm looking into it...
When used with Expo Router, Web bundling fails
If I comment out the transformer and resolver from metro.config.js, the bundle can succeed.