UNPKG

instabug-reactnative

Version:

React Native plugin for integrating the Instabug SDK

4 lines (3 loc) 216 B
import { type AppStateStatus } from 'react-native'; export declare const addAppStateListener: (handleAppStateChange: (state: AppStateStatus) => void) => void; export declare const removeAppStateListener: () => void;