Hacker News new | ask | show | jobs
by m33k44 1423 days ago
> With React Native you have the option of deploying OTA updates

How is this done? Any documentation, tutorial or example that you can point to?

> this allows you to deploy fixes and basic updates without going through the app store review process.

Does Apple and Google allow this?

1 comments

They do. With the caveat that only the js bundle can be pushed via ota. If your app changes that touch the native implementation requires a traditional review. Check out Expo publish and Microsoft Codepush.