-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
import.meta' is currently unsupported, js engine: hermes, this issue shows when i started the android debug build, alongside the following error
Error: ENOENT: no such file or directory, open 'C:\FILE_DIRECTORY\unknown'
at Object.readFileSync (node:fs:441:20)
at getCodeFrame (C:\FILE_DIRECTORY\node_modules\metro\src\Server.js:949:18)
at Server._symbolicate (C:\FILE_DIRECTORY\node_modules\metro\src\Server.js:1026:22)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Server._processRequest (C:\FILE_DIRECTORY\node_modules\metro\src\Server.js:419:7) {
errno: -4058,
at Server._processRequest (C:\FILE_DIRECTORY\node_modules\metro\src\Server.js:419:7) {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\\FILE_DIRECTORY\unknown'
}
Expected behavior
the model should be running in the UI
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
- Device: motorola g62
- OS: Android 12.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working