UNPKG

newrelic-react-native-agent

Version:

A New Relic Mobile Agent for React Native

14 lines (12 loc) 682 B
/** * Copyright (c) 2022-present New Relic Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.networkAcessStatePermission = exports.newrelicAndroidVersion = exports.newrelicPlugin = exports.newrelicClassPath = void 0; const projectPackage = require('newrelic-react-native-agent/package.json'); exports.newrelicClassPath = 'com.newrelic.agent.android:agent-gradle-plugin'; exports.newrelicPlugin = 'newrelic'; exports.newrelicAndroidVersion = projectPackage.sdkVersions.android.newrelic; exports.networkAcessStatePermission = 'android.permission.ACCESS_NETWORK_STATE';