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) 289 B
import { ConfigPlugin } from '@expo/config-plugins'; /** * Update `<project>/build.gradle` by adding google-services dependency to buildscript */ export declare const withBuildscriptDependency: ConfigPlugin; export declare function setBuildscriptDependency(buildGradle: string): string;