UNPKG

@react-native-community/async-storage

Version:
10 lines (7 loc) 143 B
/** * @format * @flow */ import AsyncStorage from './AsyncStorage'; export default AsyncStorage; export {useAsyncStorage} from './hooks';