async-storage
An asynchronous, persistent, key-value storage system for React Native. (by react-native-community)
react-native-paper
Material Design for React Native (Android & iOS) (by callstack)
async-storage | react-native-paper | |
---|---|---|
38 | 28 | |
4,953 | 13,916 | |
0.4% | 0.6% | |
7.0 | 9.0 | |
3 months ago | about 2 months ago | |
TypeScript | TypeScript | |
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-paper
Posts with mentions or reviews of react-native-paper.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-05.
-
😎 Top React Native ESSENTIALS Tech Stack for 2025 🫵⛳️
Paper: Making your React Native apps look and feel native
-
Must-Know React Native Libraries for Faster Mobile App Development in 2025 🚀
9. React Native Paper – Material Design Components 🎨
-
Kickstart Hacktoberfest with These Exciting Open Source Projects to Contribute To! 🚀
📱 Project: React Native Paper 💡 Why Contribute: If you’re into mobile app development, React Native Paper offers a set of customizable, beautiful React components for building mobile UIs. Contributing to this project is a great way to help create robust, well-designed components.
-
🚀 Introducing NextSolution V2: ASP.NET API + Next.js + Expo Starter Template
This template was built using a variety of powerful frameworks and tools, including: .NET, Ngrok, JWT (JSON Web Tokens), Entity Framework, AutoMapper, FluentValidation, Flurl, Humanizer, libphonenumber-csharp, MailKit, OAuth, Serilog, Twilio, Swagger, React.js, React Native, React Navigation, Axios, Expo Dev, Lodash, NativeWind, React Hook Form, Zustand, Visual Studio Code, Visual Studio, Android Studio, Git, GitHub Copilot, Node.js, React Native Paper, NextUI
-
React Native notification center with xState v5
For this example we will be using React Native Paper. It greatly helps with design and saves development time. It might take you some extra steps to integrate, but it is easy and intuitive to use.
-
Senior devs — how do you handle styles; and how do you scale it
In most cases they are wrappers around pure RN components (as I have been burnt by styling lib in the past - exactly NativeBase and its performance issues) and in the end, created components look like very light-weight version of RN paper components*:* https://github.com/callstack/react-native-paper/blob/main/src/components/Typography/Text.tsx.
-
First App Launch on Playstore [simple expense tracker app with firebase]
react paper modal - Modal
- Tips to create an app UI when you are not a designer
-
What’s RN’s version of Material-UI or Tailwind for React?
Some that also come up are: * https://github.com/akveo/react-native-ui-kitten * https://github.com/draftbit/react-native-jigsaw/tree/master/packages/ui * https://github.com/callstack/react-native-paper * https://github.com/GeekyAnts/NativeBase * https://github.com/react-native-elements/react-native-elements
- How do I get Shopify Polaris tokens to work with my React Native project (typescript)?
What are some alternatives?
When comparing async-storage and react-native-paper you can also consider the following projects:
react-native-mmkv - ⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
react-native-elements - Cross-Platform React Native UI Toolkit
react-native-firebase - 🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
NativeBase - Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
redux-persist - persist and rehydrate a redux store
react-native-vector-icons - Customizable Icons for React Native with support for image source and full styling.