How to setup AppCenter CodePush Release for React Native

Is there any documentation or guidance on how to setup appcenter code push with bitrise? I have a react native app where I want to setup over the air updates.

Hi @mmajeed ! We don’t have any specific instructions for how to do this, but since each VM is a fully featured MacOS machine, you should be able to setup AppCenter CodePush with the very same steps that Microsoft recommends: Releasing CodePush updates using the App Center CLI - Visual Studio App Center | Microsoft Docs

Just replicate Microsoft’s recommended steps in a script step and give it a go.

I’d say give it a try and let me know how it goes! :smile:

Thanks for your response, any guidance on how to write a script step.
Thanks!!

Hey @mmajeed, script steps are written in the bash scripting language.

There is a wealth of information available on line on how to get started with bash scripting, including the step-by-step guide from microsoft that I sent you. On the Bitrise end, all you need to do is add a script step, and copy and paste your complete script into the step’s “Script content” field.

Happy scripting! :smile:

1 Like