UNPKG

@react-native-firebase/crashlytics

Version:

React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and Jav

7 lines (6 loc) 253 B
import { ConfigPlugin } from '@expo/config-plugins'; /** * Update `app/build.gradle` by applying crashlytics plugin */ export declare const withApplyCrashlyticsPlugin: ConfigPlugin; export declare function applyPlugin(appBuildGradle: string): string;