UNPKG

react-native-offline

Version:

Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.

3 lines (2 loc) 76 B
declare const wait: (t: number) => Promise<unknown>; export default wait;