ssap_app/node_modules/@react-native-async-storage/async-storage
ananyak19 f0453fc9f0 first commit 2026-01-18 17:57:34 +05:30
..
android first commit 2026-01-18 17:57:34 +05:30
ios first commit 2026-01-18 17:57:34 +05:30
jest first commit 2026-01-18 17:57:34 +05:30
lib first commit 2026-01-18 17:57:34 +05:30
macos/RNCAsyncStorage.xcodeproj first commit 2026-01-18 17:57:34 +05:30
src first commit 2026-01-18 17:57:34 +05:30
windows first commit 2026-01-18 17:57:34 +05:30
LICENSE first commit 2026-01-18 17:57:34 +05:30
README.md first commit 2026-01-18 17:57:34 +05:30
RNCAsyncStorage.podspec first commit 2026-01-18 17:57:34 +05:30
package.json first commit 2026-01-18 17:57:34 +05:30

README.md

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
    pod install --project-directory=example/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