UNPKG

react-native-global-state-hooks

Version:

This is a package to easily handling global-state across your react-native-components No-redux... The library now includes @react-native-async-storage/async-storage to persist your state across sessions... if you want to keep using the old version without

3 lines (2 loc) 98 B
declare const isPromise: (value: unknown) => value is Promise<unknown>; export default isPromise;