Description
Add Expo support for CodePush
Hello!
First of all, thank you for continuously maintaining this project in response to the discontinuation of MS AppCenter CodePush support.
We've been using this excellent library with great satisfaction.
I wanted to ask if you're considering or interested in supporting CodePush for Expo environments?
We're currently using this library in an Expo environment by patching it based on the existing CodePush codebase.
The current scripts are designed for React Native, so they can't be used directly with Expo.
The parts we've patched for our use are:
- Adding Expo cli feat(cli): add expo framework support to bundle command #73
- Implementing and using an Expo plugin feat(expo): Add Expo config plugin for automated CodePush setup #74
While Expo offers EAS Update as an alternative, CodePush is still useful in cases where independence from Expo's EAS dependency and cost considerations are important.
If you're interested in Expo environment support, I'd love to contribute the code we've been using with our patches.
Thank you!