expo / expo-cli

Tools for creating, running, and deploying universal Expo and React Native apps
https://docs.expo.io/workflow/expo-cli/
2.61k stars 477 forks source link

bump expo/config #4703

Closed EvanBacon closed 1 year ago

brentvatne commented 1 year ago

this doesn't entirely solve the issue still because npm only considers a peer dep to be satisfied if it is a direct dependency of the project (eg: expo -> @expo/config will not satisfy this peer dep). i think we should have a peer dep on the expo package instead, and import @expo/config from there

EvanBacon commented 1 year ago

@brentvatne that won't satisfy the imports to @expo/config/paths

brentvatne commented 1 year ago

should we expose paths in the public api if we need it in other modules?