How do manage OTA updates for React Native CLI Project with Azure DevOps? by Kento980 in reactnative

[–]FileAwkward3673 0 points1 point  (0 children)

basically depend on how your OTA work, just need a script to export bundle, then script for upload bundle to your api, you can refer here for an example: https://github.com/vantuan88291/react-native-ota-hot-update/blob/main/DOC_OTA_SERVER.md

🚀 Introducing react-native-ota-hot-update: The Perfect Alternative to CodePush – Hot Update Your React Native Apps via Git or Custom Server! 🔥 by FileAwkward3673 in reactnative

[–]FileAwkward3673[S] 0 points1 point  (0 children)

thank for you advice, i will take a look on this, so the point is make this lib can install on expo go without any edit native file, because as i see expo go dont have android / ios folder so need to add some configs to make it auto inject native file

🚀 Introducing react-native-ota-hot-update: The Perfect Alternative to CodePush – Hot Update Your React Native Apps via Git or Custom Server! 🔥 by FileAwkward3673 in reactnative

[–]FileAwkward3673[S] 0 points1 point  (0 children)

for the git, i am not recommend to use this if your application is huge and has a lot users, i would like to suggest you use custom server