UNPKG

@instana/react-native-agent

Version:

Monitor React Native app end-user interactions with Instana

11 lines (7 loc) 199 B
/* * (c) Copyright IBM Corp. 2021 * (c) Copyright Instana Inc. and contributors 2021 */ import { NativeModules } from 'react-native'; const { Instana } = NativeModules; export default Instana;