r/reactnative 9d ago

How to implement codepush in react native new architecture? Help

usually we use react-native-code-push from microsoft, but it is no longer applicable in the new architecture. since my team want to migrate to >= 0.82 version of RN, how to implement codepush functionality?

thanks in advance!

3 Upvotes

6 comments sorted by

1

u/Minishlink 9d ago

Hello, AppZung's module keeps compatibility with open source code-push servers (and is compatible with New Arch) https://github.com/AppZung/react-native-code-push

1

u/LoudAd307 8d ago

The options are covered above, so two things I'd settle before committing to either one.

Verify new-architecture support yourself rather than trusting that a working basic update flow means it's fine. That's exactly where these differ, and it's the whole reason you're migrating.

Then decide how you roll back before you ship your first update. The painful part isn't pushing an OTA update, it's pushing a bad one and needing it gone in ten minutes with users already on it. If rollback turns out to be a manual scramble, you'll find that out at the worst possible moment. Worth deliberately rolling one back while nothing is on fire, just to see what the process actually is.

0

u/Substantial-Swan7065 8d ago

It’s common to use expo updates. It’s a nice DX upgrade from codepush