react-native-vector-image icon indicating copy to clipboard operation
react-native-vector-image copied to clipboard

Expo plugin fails in monorepo.

Open akuul opened this issue 2 months ago • 0 comments

Hey,

in monorepo setup, Expo plugin fails to find index.ts file since it tries to grab it from the root.

Error: The resource `/Users/x/root/index.ts` was not found.
    at /Users/x/root/node_modules/.pnpm/[email protected]/node_modules/metro/src/IncrementalBundler.js:291:24
    at gotStat (node:fs:2885:21)
    at FSReqCallback.oncomplete (node:fs:198:21)

Defining entryFile doesn't do the job as it seems Metro is the one trying to find here

akuul avatar Nov 24 '25 11:11 akuul