Andrea Cardinale

Results 15 comments of Andrea Cardinale

I have now added the following to the same `packages/validators/package.json` file and things seems to be working ok: ```"main": "src/index.ts"``` It would be good if someone can validate this as...

> Maybe try this https://metrobundler.dev/docs/package-exports/ Thanks! I think I may have found a solution but I'll go through this.

@adamspotlite yes that should do it. So in `package.json` under `/apps/expo` add `"@acme/validators": "workspace:^0.1.0"` to your dependencies. If with just this your package is not resolved then in `package.json` under...

@juliusmarminge: any suggestion on how to make that work? As mentioned earlier in the thread the multi-entry point setup works ok, but not in the expo app.

> > @juliusmarminge: any suggestion on how to make that work? As mentioned earlier in the thread the multi-entry point setup works ok, but not in the expo app. >...