UNPKG

@react-native-firebase/perf

Version:

React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.

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