From the course: Visual Studio App Center for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Add crash reporting to your React Native app

Add crash reporting to your React Native app - Visual Studio Tutorial

From the course: Visual Studio App Center for Developers

Start my 1-month free trial

Add crash reporting to your React Native app

- [Narator] Now let's install VSAC Crash Reporting and Analytics into our React Native application. To start the process of installing the React Native SDK, we have an open terminal window and we've navigated to the project directory. If you just pulled this project out of source control, you may have to type in NPM install, and press return first. To install the packages, I'm going to do NPM and install appcenter, appcenter analytics, appcenter crashes, and dash dash save. Once that is complete we are ready to install the SDK in our native projects. To do this, we do react, native, link. Its going to ask us for our Android application secret. So we can find that back in the VSAC portal. Back in the VSAC portal, we're going to open up our React Native Android application. And under the getting started area, we can scroll down and copy out the app secret to the clipboard and go back to our terminal window. And we'll paste the app secret in. And then it asks us for our iOS app secret…

Contents