I upgraded CRNA to latest version (1.0.0), created a new project and simply run yarn run android.
I got these errors and was unable to run it on device

Failed to load http://192.168.0.34:19003/node_modules/react-native-scripts/build/bin/crna-entry.delta?platform=android&dev=true&minify=false&hot=false&assetPlugin=/Users/sebastienlorber/test-crna/node_modules/expo/tools/hashAssetFiles: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:19003' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
I have no idea what has happened. All my expo projects refused to start after I had this bug.
I tried everything:
It seems what have fixed the problem is to uninstall and reinstall the Expo client from my Android device
Most helpful comment
I have no idea what has happened. All my expo projects refused to start after I had this bug.
I tried everything:
It seems what have fixed the problem is to uninstall and reinstall the Expo client from my Android device