UNPKG

react-native-nitro-network-info

Version:

A React Native library for monitoring network connectivity status and connection type using Nitro Modules for high performance

5 lines 250 B
import type { NitroNetworkInfo as NitroNetworkInfoSpec } from './specs/nitro-network-info.nitro'; export type * from './types'; declare const NitroNetworkInfo: NitroNetworkInfoSpec; export default NitroNetworkInfo; //# sourceMappingURL=index.d.ts.map