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.

13 lines (12 loc) 583 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config_plugins_1 = require("@expo/config-plugins"); const android_1 = require("./android"); /** * A config plugin for configuring `@react-native-firebase/perf` */ const withRnFirebasePerf = config => { return (0, config_plugins_1.withPlugins)(config, [android_1.withBuildscriptDependency, android_1.withApplyPerfPlugin]); }; const pak = require('@react-native-firebase/perf/package.json'); exports.default = (0, config_plugins_1.createRunOncePlugin)(withRnFirebasePerf, pak.name, pak.version);