Microsoft Build 2016 4/8/2019 6:29 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Instantly releasing updates to your React Native apps Jonathan Carter Principal Program Manager, Visual Studio
Instantly Releasing Mobile Updates What is currently inhibiting it? 4/8/2019 6:29 AM Instantly Releasing Mobile Updates What is currently inhibiting it? React Native apps are offline by design Store distribution introduces release latency End user update adoption is unpredictable © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
CodePush What is it? Cloud-hosted mobile app deployment service Managed via cross-platform CLI Simple, yet comprehensive React Native SDK
Microsoft CodePush Getting started in 6 easy steps 1. Install the CLI 4. Install the SDK npm install –g code-push-cli rnpm install react-native-code-push 2. Create an account 5. Consume the API code-push register codePush.sync(); 3. Create a CodePush app 6. Release an update code-push app add <appName> code-push release-react <appName> <platform>
Demo CodePush in action! Microsoft Build 2016 4/8/2019 6:29 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
There’s so much more! Additional CodePush features 4/8/2019 6:29 AM There’s so much more! Additional CodePush features Full Android support Team collaboration Staged rollouts HockeyApp integration VSTS extension for mobile CD … © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Additional Resources Visit http://codepush.tools for more info, including docs and sample apps Chat with our team in #code-push on Reactiflux Email: joncart@microsoft.com Twitter: @lostintsangent
4/8/2019 6:29 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.