Help: My expo+nativewind project runs well on the web (Chrome), but encounters errors on Android + expoGo.
Source: Dev.to
Issue description
I created an Expo project and followed the official documentation to configure Nativewind v5 (https://www.nativewind.dev/v5/getting-started/installation).
The project runs fine on the web (Chrome), but it throws errors when run on Expo Go on Android devices.
Error output
ERROR Error: failed to deserialize; expected an object-like struct named Specifier, found ()
at compile (E:\code\expo\nativewindV5\node_modules\react-native-css\dist\commonjs\compiler\compiler.js:98:7)
at Object.transform (E:\code\expo\nativewindV5\node_modules\react-native-css\dist\commonjs\metro\metro-transformer.js:23:45)
Screenshots
Works on the web

Errors on Android (Expo Go)

