Rishikesh
Rishikesh
Discovered this on version `4.1.16`, same issue on `4.1.15`. ``` Android Bundling failed 2484ms C:\Users\User\code\myapp\node_modules\expo-router\entry.js (1 module) Error: ENOENT: no such file or directory, open 'C:\Users\User\code\myapp\node_modules\nativewind\.cache\global.css.android.css' Error: ENOENT: no such...
Could be. I can try cleaning cache and try again. This issue was there in earlier versions. https://github.com/nativewind/nativewind/issues/591#issuecomment-1783662675
> Hi everyone, the original cause for this issue has been resolved in SDK 53. > > If you are on SDK 52, a temporary workaround is switching from `router.navigate()`...
Similar issue with `[email protected]`, build gets stuck at following on eas and fails after timeout. No issues reported by expo doctor, fails both locally and on EAS. Though development build...
> How did you figure it out, so I know how to deal with future issues like this? Removed dependencies one by one to see if build works. I don't...
> Tracking issue here: [nativewind/nativewind#1139](https://github.com/nativewind/nativewind/issues/1139) @margretheluth see this. You might need to switch between different minor versions.
Solved this by enabling long paths from registry and copying `ninja 1.12` version to `cmake 3.22.1` (which has version 1.10) directory. Get it from github releases or install more recent...
"expo": "53.0.20", "expo-router": "~5.1.4", "react-native": "0.79.5", "@react-navigation/native": "^7.1.6", "react-native-screens": "~4.11.1", "react-native-gesture-handler": "~2.24.0", "react-native-reanimated": "~3.17.5", Experiencing this issue with above dependencies on Android, however it goes away if new architecture is...
@jerryheir No, we had to disable the new architecture.
``` "expo": "~51.0.36", "nativewind": "4.1.10", "tailwindcss": "^3.4.13" ``` Similar issue with `nativewind 4.1.10`, similar issue with pseudo-classes like `focus` on `` component. I think both things work in `nativewind 2`