Dynamic Updates for React-Native App

1.5k Views Asked by At

I have a react-native application currently deployed on both google's play-store and apple's app-store. I want to do two things - forcefully update the app on all devices every time a new build with breaking changes is deployed to the store And dynamically update the app on all devices on minor bugs fixes.

Regarding the second thing I've heard about CodePush handling the work of dynamic app updates but I'm not sure whether to use it or not.

Any help regarding the available packages that I can use to make user forcefully update apps from respective stores and whether I should use CodePush or is there anything else that i can use for dynamic updates would be appreciated. Thanks in advance.

0

There are 0 best solutions below