expo / custom-expo-updates-server

238 stars 67 forks source link

server: add exported client expo config to extra.expoClient #20

Closed wschurman closed 1 year ago

wschurman commented 1 year ago

Resolves https://github.com/expo/custom-expo-updates-server/issues/12.

This adds the @expo/config-exported config to extra.expoClient, which is a common thing done by implementors of the expo-updates spec since a lot of expo libraries use it. It is not required in the spec, but is demonstrated here for example purposes.