-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
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
"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels