UNPKG

@react-native-community/async-storage

Version:
8 lines (6 loc) 282 B
const {NativeModules} = require('react-native'); const RCTAsyncStorage = NativeModules.PlatformLocalStorage || // Support for external modules, like react-native-windows NativeModules.RNC_AsyncSQLiteDBStorage || NativeModules.RNCAsyncStorage; export default RCTAsyncStorage;