JSPM

  • Created
  • Published
  • Downloads 1556281
  • Score
    100M100P100Q204456F
  • License MIT

Asynchronous, persistent, key-value storage system for React Native.

Package Exports

  • @react-native-async-storage/async-storage
  • @react-native-async-storage/async-storage/jest/async-storage-mock
  • @react-native-async-storage/async-storage/jest/async-storage-mock.js
  • @react-native-async-storage/async-storage/lib/commonjs/index.js
  • @react-native-async-storage/async-storage/lib/module/index.js
  • @react-native-async-storage/async-storage/src/index.ts

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@react-native-async-storage/async-storage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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