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.
How to implement the Dealer Hit/Stand function in React JS?
Using Expo React js and trying to make a personal blackjack app. I am unsure how to make the render display update after the dealer/player choses to hit.
Current Code:
Why navigation back close expo go IOS?
When I click on the button “Back” in the header or on the button “go home” in the details page my app close. So I need Why?
react native “TypeError: _configPlugins.Updates.getRuntimeVersionAsync is not a function” npm start fail
After `npm start`, i got this error message. error message i can test my project on web but cannot my phone(and android simulator). eas.json eas.json app.json app.json app.json I’ve already used npx expo-doctor and reinstall for react native and expo but i cant solved. reactjs react-native expo New contributor Jaeru is a new contributor to […]