newrelic-react-native-agent
Version:
A New Relic Mobile Agent for React Native
11 lines (9 loc) • 304 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 withNetworkAcessPermission: ConfigPlugin;