react-native-circular-progress-indicator icon indicating copy to clipboard operation
react-native-circular-progress-indicator copied to clipboard

value parameter of useState Variable

Open Felixxitran opened this issue 2 years ago • 0 comments
trafficstars

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 "

Felixxitran avatar Oct 08 '23 21:10 Felixxitran