corymsmith / react-native-fabric

A React Native library for Fabric, Crashlytics and Answers
MIT License
1.31k stars 236 forks source link

Getting Warning in Android Studio #223

Open Sumit-Chakole opened 5 years ago

Sumit-Chakole commented 5 years ago
  1. WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

  2. WARNING: The specified Android SDK Build Tools version (27.0.3) is ignored, as it is below the minimum supported version (28.0.3) for Android Gradle Plugin 3.4.1. Android SDK Build Tools 28.0.3 will be used. To suppress this warning, remove "buildToolsVersion '27.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.

I am using "react-native-fabric": "^0.5.2"

Xesme commented 5 years ago

We have had to pull Crashlytics and Fabric out of a project due to these errors as well. I am not sure if this project is being maintained or will be updated due to the imminent merger with Firebase. (Google acquired Fabric and plans to shut it down soon)

khalilTN commented 4 years ago

What effect can Fabric being shut down have on an already in production App ?

Xesme commented 4 years ago

@khalilTN I'm not sure, but I would guess that you wont be able to view crashes or the fabric dashboard. Might cause errors too.