Jonathan Edgar

Results 3 comments of Jonathan Edgar

Also getting the same error with eas build. Adding more context: ``` Executing appname » Bundle React Native code and images Bundler cache is empty, rebuilding (this may take a...

I got it to work after a few steps I migrated to your versions: ``` "tailwindcss": "3.4.2", "nativewind": "4.0.36", ``` deleted nodemodules and watchman ``` rm -rf node_modules .cache watchman...

I'm still in the process of confirming what worked, but you might be able to get around this by updating/patching the devDependencies on the package.json ``` "@react-native-community/cli": "^15.1.2", "react-native": "0.76.2",...