How do I use Crashlytics for my React Native Android App?

后端 未结 3 511
情深已故
情深已故 2021-02-04 07:23

I am trying to figure out how to use Crashlytics from Fabric for my React Native Android APP. I followed the steps on the Fabric homepage and added some lines in my build.gradle

3条回答
  •  时光说笑
    2021-02-04 08:09

    Try this : https://fabric.io/kits/android/crashlytics/install

    Summarizes all the files you need to edit in your Android installation well. For the AndroidManifest.xml file, replace the android:value key (e.g. below) with your actual API key. Remember to get your API key from your organization settings... 1. login to https://fabric.io/settings/organizations and 2. click on build secret.

          
    

提交回复
热议问题