React Native Codepush tutorial [1/8]: What is Codepush and how does it work?

preview_player
Показать описание
Codepush is a tool that allows you to instantly deploy javascript updates to your android or ios apps directly on your customer's device.

Follow me on Twitter and Github
Рекомендации по теме
Комментарии
Автор

Thanks man for this wonderful explanation

mohammedkarem
Автор

Thanks mate, I'm about to implement Codepush on my React Native app and your lessons are very useful. Keep up the good work!

PierreOupa
Автор

These tutorial is a massive help. Thank you!

amisoliman
Автор

Sweet! I was just looking into this. Thanks for putting this together, I will check this out

SKB
Автор

Gracias Mr Cory, excelente tutorial.!

crisanec
Автор

Thank You for the video! You mentioned that native code can't be delivered via Codepush, but on the final illustration:
"If an update is available, the new JS code is bundled with the native code to recreate the bundle app". What native code will be delivered in that case? Thank You in advance.

vitalii
Автор

Amazing video, you explain everything very well. I'm having trouble installing it for React Native 0.60.4 and their documentation doesn't cover it unfortunately. I've followed the suggestions I found on their github posted by other users under issues but none of it is working. Do you have any suggestions?

benjilightstone
Автор

We need to get a react-native app up on App Center and have found the documentation to be unhelpful and confusing. Can anyone point us to a good source or tutorial on how to get a RN 0.61 app up on App Center? My understanding based on comments is that this tutorial now will probably not work with RN 0.60+

benchsquad