UNPKG

newrelic-react-native-agent

Version:
5 lines (4 loc) 286 B
import { requireNativeComponent } from 'react-native'; export const NewRelicMask = requireNativeComponent('NRMaskComponentView'); export const NewRelicUnmask = requireNativeComponent('NRUnMaskComponentView'); export const NewRelicBlock = requireNativeComponent('NRBlockComponentView');