async-storage
An asynchronous, persistent, key-value storage system for React Native. (by react-native-community)
react-native
A framework for building native applications using React (by facebook)

Civic Auth - Web2 & Web3 login in a simple SDK
Drop Civic Auth into your app with native TS/JS support. Email login, SSO options, embedded wallets, and full session management. Minimal config. Deploy in under 5 minutes.
www.civic.com
featured

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build dynamic JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
async-storage | react-native | |
---|---|---|
38 | 574 | |
4,953 | 123,578 | |
0.8% | 0.6% | |
7.0 | 10.0 | |
3 months ago | 3 days ago | |
TypeScript | C++ | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
async-storage
Posts with mentions or reviews of async-storage.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-12.
-
An Android Developer's Guide to React Native
AsyncStorage for data persistence
-
Unit Testing Expo Apps With Jest
\[@RNC/AsyncStorage\]: NativeModule: AsyncStorage is null. To fix this issue try these steps: • Rebuild and restart the app. • Run the packager with \`--reset-cache\` flag. • If you are using CocoaPods on iOS, run \`pod install\` in the \`ios\` directory and then rebuild and re-run the app. • If this happens while testing with Jest, check out docs how to integrate AsyncStorage with it: https://react-native-async-storage.github.io/async-storage/docs/advanced/jest If none of these fix the issue, please open an issue on the Github repository: https://github.com/react-native-async-storage/async-storage/issues 5 | import { ReactQueryDevtools } from '@tanstack/react-query-devtools'; 6 | import { Platform } from 'react-native'; > 7 | import AsyncStorage from '@react-native-async-storage/async-storage';
-
State Management Nx React Native/Expo Apps with TanStack Query and Redux
Storage: redux-persist, @react-native-async-storage/async-storage
-
Is there a way to store things even if the app closes?
You want this: react-native-async-storage
-
Fullstack Developer here, just diving into React Native. For my first app do you think it would be better to use local storage or to build an api?
What do you mean by local storage? The browser based localStorage API does not exist by default in react-native. There is an analogue though... The most basic package that most people use, AsyncStorage is just a string based key-value store: https://github.com/react-native-async-storage/async-storage . It's very useful for anything simple. It also has a merge function which lets you automatically update stringified JSON objects without unpacking them and doing the modifications yourself.
- How to delete LocalStorage key/value pairs from Android phone?
- LocalStorage for React Native Expo app?
-
WhatsApp in React Native (part 3)
Android - SQLite
-
How to Mock and Test AsyncStorage in React Native
Since the original React Native AsyncStorage was deprecated, you may be using the community solution: react-native-async-storage. I would personally recommend it!
-
Any solution for this?
I think that you using a deprecated package to store your state. Verify if you are using https://github.com/react-native-async-storage/async-storage.
react-native
Posts with mentions or reviews of react-native.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-15.
-
React Native New Architecture: What You Need to Know in 2025
React Native’s 2025 architecture introduces Fabric, TurboModules, and JSI for faster performance and smoother development. By removing the legacy bridge, it enables quicker rendering and efficient native integration. Developers benefit from improved tools, crash handling, and native module access. This upgrade makes React Native a robust, future-ready choice for mobile app development.
-
React Native vs Flutter in 2025: Which Is Better for Startups?
Introduction In 2025, startups face a critical decision when choosing their mobile development framework. The React Native vs Flutter debate continues to dominate discussions among entrepreneurs and developers alike. Both frameworks offer compelling advantages for cross-platform development, but which one truly serves startups better in today's competitive landscape?
-
Cross-Platform Development: Flutter vs. React Native – Which is the Right Choice for Your Project?
Cross-platform development means writing code once and running it on multiple platforms like iOS and Android. This reduces time, cost, and effort compared to developing separate apps for each platform. Developers use frameworks to simplify this process, and two of the most popular are Flutter and React Native.
-
🚀 React Native 0.80 Is Here: Goodbye Deep Imports, Hello Stability
If you’re upgrading from React Native 0.79, it’s worth reviewing the RN 0.79 release notes before diving in.
-
React Native 0.80 Official: It's Out! What Really Changed?
The final RN 0.80 version comes with fresh React 19.1.0 (0e11e6a28b)! This brings improvements like "owner stacks" to help identify which component caused a specific error (although there's a known bug if you use the @babel/plugin-transform-function-name plugin).
- React Native 0.80 Oficial: Saiu! O Que Mudou de Verdade?
-
How I Created and Deployed An iPhone (and Android) App Without A Mac, And So Can You Too
This course was great for me because one, it was made within the last year (at the time I took the course anyway). It seemed anything older than this had out-of-date information (using an older version of React Native) and it would throw me off when I encountered something that wasn't done using the more recent versions of React Native/Expo.
-
Introduction to React Native for Mobile Development
React Native Official Docs
-
React Native v0.80.0-rc in Focus: Key Changes You Should Know About
Stricter Imports: With the introduction of "exports" in package.json (319ba0afd2, 9fc2a9b9e6), importing from internal folders (e.g., react-native/Libraries/...) may no longer work. Stick to official paths! Direct imports from react-native/virtualized-lists are now blocked (be8393c41b).
-
React Native v0.80.0-rc em Foco: O Que Mudou e Vale a Pena Saber
Tela de Boas-Vindas Renovada: A NewAppScreen (aquela tela padrão) foi redesenhada e movida para react-native/new-app-screen (3cf0102007).
What are some alternatives?
When comparing async-storage and react-native you can also consider the following projects:
react-native-mmkv - ⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
flat-list-mvcp - "maintainVisibleContentPosition" prop support for Android react-native
react-native-firebase - 🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
spine - Lightweight MVC library for building JavaScript applications
redux-persist - persist and rehydrate a redux store
Titanium - 🚀 Native iOS and Android Apps with JavaScript & TypeScript

Civic Auth - Web2 & Web3 login in a simple SDK
Drop Civic Auth into your app with native TS/JS support. Email login, SSO options, embedded wallets, and full session management. Minimal config. Deploy in under 5 minutes.
www.civic.com
featured

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build dynamic JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured