UNPKG
newrelic-react-native-agent
Version:
latest (1.8.6)
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.1-beta.6
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
0.0.1-beta.0
A New Relic Mobile Agent for React Native
github.com/newrelic/newrelic-react-native-agent
newrelic-react-native-agent
/
plugin
/
build
/
index.d.ts
9 lines
(7 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Copyright (c) 2022-present New Relic Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */
import { ConfigPlugin } from
'@expo/config-plugins'
; declare
const
_
default
: ConfigPlugin<
void
>;
export
default
_
default
;