newrelic-react-native-agent
Version:
A New Relic Mobile Agent for React Native
10 lines (8 loc) • 408 B
TypeScript
/**
* Copyright (c) 2022-present New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
export declare const newrelicClassPath = "com.newrelic.agent.android:agent-gradle-plugin";
export declare const newrelicPlugin = "newrelic";
export declare const newrelicAndroidVersion: any;
export declare const networkAcessStatePermission = "android.permission.ACCESS_NETWORK_STATE";