UNPKG

react-native-key-value-storage

Version:

Provides an easy way to persistently store small chunks of data and then access it from the native code.

4 lines (3 loc) 114 B
import {NativeModules} from 'react-native' const {KeyValueStorage} = NativeModules export default KeyValueStorage