DEV Community

Masoud Pezeshkzade
Masoud Pezeshkzade

Posted on

2 1

How to rapidly update your React Native android project using Code Push without app store upload

These days React Native has become so popular among developers. React Native lets us to develop mobile applications that technically are able to run on Android and IOS platforms.

When you built your app and everything is ready for publishing it,
you have to submit your app in the app store and wait until they review and publish it for you. There are some cases that you need immediately update your app. For example, there is a critical bug in your release version.

In this case, you should build another version and submit it and wait for the review process. Plus, most users do not update their applications immediately. So these users will face errors and unluckily some of them will write bad reviews for your application.

Fortunately, Code Push library has solved this problem for our react native developers. While your application support code push, there is a way to update your app without sending any file to the app store and even your users don't need to update your application.

All the instructions for implementing Code Push library into your project have been described in my youtube channel.

Sentry blog image

The Visual Studio App Center’s retiring

But sadly….you’re not. See how to make the switch to Sentry for all your crash reporting needs.

Read more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay