newrelic-react-native-agent
Version:
A New Relic Mobile Agent for React Native
12 lines (10 loc) • 370 B
TypeScript
/**
* Copyright (c) 2022-present New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
import { ConfigPlugin } from '@expo/config-plugins';
/**
* Update `app/build.gradle` by applying newrelic plugin
*/
export declare const withApplyNewRelicPlugin: ConfigPlugin;
export declare function applyPlugin(appBuildGradle: string): string;