expo / custom-expo-updates-server

238 stars 67 forks source link

Expo Router Express Middleware #36

Open tyrauber opened 9 months ago

tyrauber commented 9 months ago

This PR updates the example to SDK 50 and implements the manifest and assets api endpoints in an expo-router express server using express middleware. The benefit of this approach is that the middleware can be packaged as a library and used independently of the example. Tests are included within the package.

This PR has been linted, tested, and run on simulators.

a-eid commented 6 months ago

I think your PR is missing the code-signing-keys directory on the server.

tyrauber commented 3 months ago

@wschurman, What do you think about replacing nextjs with expo-router for the custom-expo-updates-server example?