UNPKG

instabug-reactnative

Version:

React Native plugin for integrating the Instabug SDK

9 lines (8 loc) 427 B
import { NativeEventEmitter } from 'react-native'; import { NativeModules } from './NativePackage'; export const NativeSessionReplay = NativeModules.IBGSessionReplay; export var NativeEvents; (function (NativeEvents) { NativeEvents["SESSION_REPLAY_ON_SYNC_CALLBACK_INVOCATION"] = "IBGSessionReplayOnSyncCallback"; })(NativeEvents || (NativeEvents = {})); export const emitter = new NativeEventEmitter(NativeSessionReplay);