Relative Content

Tag Archive for reactjsreact-nativeexpo

i can not run the code after update to sdk51

Error: ENOENT: no such file or directory, open ‘C:UsersADMINTest_codeInternalBytecode.js’
at Object.readFileSync (node:fs:453:20)
at getCodeFrame (C:UsersADMINTest_codenode_modulesmetrosrcServer.js:868:18)
at Server._symbolicate (C:UsersADMINTest_codenode_modulesmetrosrcServer.js:945:22)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Server._processRequest (C:UsersADMINTest_codenode_modulesmetrosrcServer.js:394:7) {
errno: -4058,
code: ‘ENOENT’,
syscall: ‘open’,
path: ‘C:UsersADMINTest_codeInternalBytecode.js’
}

Reducing Build Time for React Native App on Windows Environment

I’m currently developing a React Native app using Expo on Windows, and I’ve encountered a significant bottleneck in the build process. When I submit the app for building, it takes approximately four hours to complete. I’m seeking advice on improving this build time, preferably by optimizing the local development environment.