Skip to content

officialsgcodes/react-rative-async-storage

Repository files navigation

React Native Async Storage

Asynchronous Storage provides us the access to the device's local storage which could be used to store data on Android/iOS device. You can watch out the detailed tutorial on it's implementation here

Features

  • Store Data in Async Storage
  • Retrieve Data from Async Storage
  • Clear the Storage