Jump to top

ReactNativeAsyncStorage

interface

Interface for a supplied AsyncStorage.

Properties

getItem

</>

Retrieve an item from storage.

getItem: Function;

removeItem

</>

Remove an item from storage.

removeItem: Function;

setItem

</>

Persist an item in storage.

setItem: Function;