I am working on react-native-firebase crashlytics. I am using rnfirebase starter kit. There we have crashlytics integrated with the project. Now, I want to crash my app to check the crash report.
You need to need to import the crashlytics and use crash() to do a manual crash.
import crashlytics from 'react-native-fabric-crashlytics';
Calling the code below should crash your application:
crashlytics().crash();
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more