newrelic-react-native-agent
Version:
A New Relic Mobile Agent for React Native
11 lines (8 loc) • 398 B
text/typescript
/**
* Copyright (c) 2022-present New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
import { withApplyNewRelicPlugin } from './applyPlugin';
import { withBuildscriptDependency } from './buildscriptDependency';
import { withNetworkAcessPermission} from './permissions'
export { withBuildscriptDependency, withApplyNewRelicPlugin,withNetworkAcessPermission };