react-native-fabric
react-native-fabric copied to clipboard
Testing Locally
Is it possible to test react-native-fabric crashlytics locally. I have taken a look at the firebase website here: https://firebase.google.com/docs/crashlytics/force-a-crash?platform=android but i cant get any errors to log out.
You can using Crashlytics.crash();
. Just make sure your build variant in android studio is release
as opposed to debug
when building the app.