custom-expo-updates-server icon indicating copy to clipboard operation
custom-expo-updates-server copied to clipboard

Expo Router Express Middleware

Open tyrauber opened this issue 1 year ago • 2 comments

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.

tyrauber avatar Sep 10 '23 20:09 tyrauber

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

a-eid avatar Jan 04 '24 13:01 a-eid

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

tyrauber avatar Mar 14 '24 14:03 tyrauber

@tyrauber - this repo is intended to be a very small, basic demonstration of the expo-updates protocol in real code, so I think we'll keep it as-is. That being said, feel free to fork it!

wschurman avatar Jul 18 '24 21:07 wschurman