Skip to content

react-native-async-storage/async-storage

Folders and files

NameName
Last commit message
Last commit date
Feb 28, 2025
Nov 28, 2023
Jan 28, 2025
Jun 5, 2024
Feb 28, 2025
Feb 20, 2023
Jun 5, 2024
Apr 5, 2024
Jun 5, 2024
Oct 8, 2023
Jun 27, 2024
Jan 28, 2025
Apr 5, 2024
Mar 12, 2025

Repository files navigation

React Native Async Storage

An asynchronous, unencrypted, persistent, key-value storage system for React Native.

Supported platforms

Getting Started

Head over to the documentation to learn more.

Running E2E locally

Android

  1. Create and start Android Emulator with Play services, API level 29
  2. Build app and run tests
    yarn bundle:android
    yarn build:e2e:android
    yarn test:e2e:android

iOS

  1. Create and start iPhone 14 simulator with iOS version 16.4
  2. Build app and run tests
    yarn bundle:ios
    yarn build:e2e:ios
    yarn test:e2e:ios

Contribution

Pull requests are welcome. Please open an issue first to discuss what you would like to change.

See the CONTRIBUTING file for more information.

License

MIT