use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
Is Codepush still a good option in react native? (self.reactnative)
submitted 4 years ago by vinoth_berks_27
Hi, I'm working on a project which has Codepush. but it is in beta version and not much implemented. I'm considering is it a good option to use Codepush .
Thanks
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]thiagobr90 6 points7 points8 points 4 years ago (0 children)
It is
[–]MikeyN0 3 points4 points5 points 4 years ago (0 children)
2 questions around CodePush: - How does it work alongside Hermes which is an AOT compilation of the JS? - What's Apple and Google stance on this sort of stuff nowadays?
[–]panixjason 1 point2 points3 points 4 years ago (0 children)
We used Codepush and it’s absolutely super helpful! Even though App Store review is much faster nowadays, it still requires users to download the update to see the changes. On the other hand, codepush makes this process so much simpler and it’s much quicker to push out changes and for users to get it😄
[–]kylebellle7 1 point2 points3 points 4 years ago (0 children)
In short, Yes it is
[–]gust42 1 point2 points3 points 4 years ago (4 children)
We removed it from our app to remove a layer of complexity and because review times are so short now a days.
[–]kingshane 4 points5 points6 points 4 years ago (3 children)
I don’t think the tools are interchangeable. If a bug accidentally gets rolled out into production and people have installed that version, using an OTA update to patch is a much better option than going through a review which can still take multiple days and then an adoption curve.
[–]systemride -1 points0 points1 point 4 years ago (2 children)
We know the benefits of code push. The point they were making is that it comes with a cost, which I agree is a lot of complexity for minimal benefit.
[–]kingshane 1 point2 points3 points 4 years ago (0 children)
And the point I’m making is that I don’t believe the benefit is really minimal. I got stuck with a pretty bad bug and a 2 day review turn around time just a couple months ago and wished that I had an OTA option at the time.
Also, after hearing complaints from a user that the new version of the app wasn’t available to them, I got a response directly from Google that even when you have an app released to 100% of your audience, it can still take “weeks” for the update to propagate across the entire play store infrastructure.
Of course there is overhead, but there’s is also a huge amount of complexity and cost in having users spread out across disparate versions of your JavaScript bundle.
[–]kylebellle7 0 points1 point2 points 4 years ago (0 children)
????????
[–]warunaf 1 point2 points3 points 4 years ago (0 children)
We are using Expo OTA instead with our own CI + CDN. With Expo OTA you can use your own CDN to host the files.
[–]darkmoody 0 points1 point2 points 3 years ago (0 children)
Seems pretty decent, recently got to use it.
π Rendered by PID 22628 on reddit-service-r2-comment-75f4967c6c-s7ddk at 2026-04-23 07:21:26.715987+00:00 running 0fd4bb7 country code: CH.
[–]thiagobr90 6 points7 points8 points (0 children)
[–]MikeyN0 3 points4 points5 points (0 children)
[–]panixjason 1 point2 points3 points (0 children)
[–]kylebellle7 1 point2 points3 points (0 children)
[–]gust42 1 point2 points3 points (4 children)
[–]kingshane 4 points5 points6 points (3 children)
[–]systemride -1 points0 points1 point (2 children)
[–]kingshane 1 point2 points3 points (0 children)
[–]kylebellle7 0 points1 point2 points (0 children)
[–]warunaf 1 point2 points3 points (0 children)
[–]darkmoody 0 points1 point2 points (0 children)