0

I have a React Native app and am trying to install Fabric with Android Studio. It says "Make the following changes to your code" then doesn't list anything. What am I supposed to do?

enter image description here

Some Guy
  • 12,768
  • 22
  • 58
  • 86
  • Those changes might have been already added to your code? Not sure. Could you check your `build.gradle` file and see if you can find the `com.crashlytics.sdk.android` line in the dependency block? – Antrromet Feb 15 '16 at 19:51

1 Answers1

0

Use instructions from Fabric manual setup to check if that changes are already done. And if not, make them yourself.

Evgeny Sureev
  • 1,008
  • 10
  • 16