UNPKG

react-native-network-logger

Version:

An HTTP traffic monitor for React Native with zero dependencies

9 lines 513 B
import { StartNetworkLoggingOptions } from './types'; export { default } from './components/NetworkLogger'; export declare const startNetworkLogging: (options?: StartNetworkLoggingOptions) => void; export declare const stopNetworkLogging: () => void; export declare const getRequests: () => import("./NetworkRequestInfo").default[]; export declare const clearRequests: () => void; export { getBackHandler } from './backHandler'; export type { ThemeName, Theme } from './theme'; //# sourceMappingURL=index.d.ts.map