Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

value parameter of useState Variable #112

Open
Felixxitran opened this issue Oct 8, 2023 · 0 comments
Open

value parameter of useState Variable #112

Felixxitran opened this issue Oct 8, 2023 · 0 comments

Comments

@Felixxitran
Copy link

Felixxitran commented Oct 8, 2023

I always encounter this error whenever i put useState variable in the value parameter :"
Error: ENOENT: no such file or directory, open 'D:\appname\worklet_1892348396866'
at Object.openSync (node:fs:594:3)
at Object.readFileSync (node:fs:462:35)
at getCodeFrame (D:\APPNAME\node_modules\metro\src\Server.js:1018:18)
at Server._symbolicate (D:\APPNAME\node_modules\metro\src\Server.js:1100:22)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Server._processRequest (D:\APPNAME\node_modules\metro\src\Server.js:444:7) {
errno: -4058,
syscall: 'open',
code: 'ENOENT',
path: 'D:\appname\worklet_1892348396866'
}
ERROR ReanimatedError: undefined is not a function, js engine: reanimated
"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant