Issue
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.
Solution
You need to import packages react-native-fabric and another line in initial file.
import Fabric from 'react-native-fabric';
var { Crashlytics } = Fabric;
Crashlytics.crash();
Answered By - Hardik Virani
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.