@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.
6 lines (4 loc) • 315 B
text/typescript
const appPackageJson = require('@react-native-firebase/app/package.json');
export const perfMonitoringClassPath = 'com.google.firebase:perf-plugin';
export const perfMonitoringPlugin = 'com.google.firebase.firebase-perf';
export const perfMonitoringVersion = appPackageJson.sdkVersions.android.firebasePerfGradle;