react-native-vector-image
react-native-vector-image copied to clipboard
Expo plugin fails in monorepo.
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