SaaSHub helps you find the best software and product alternatives Learn more →
React-native-mmkv-storage Alternatives
Similar projects and alternatives to react-native-mmkv-storage
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
react-native-encrypted-storage
Discontinued React Native wrapper around EncryptedSharedPreferences and Keychain to provide a secure alternative to Async Storage.
-
MMKV
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, POSIX, and OHOS.
-
react-native-firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
-
react-native-jsi-template
Template library and blog that explain how JSI modules are built from scratch in React Native
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
react-native-sensitive-info
Save sensitive data into Android's Shared Preferences with keystore encryption/iOS's Keychain for React Native
-
-
flipper-plugin-async-storage-advanced
Flipper plugin for async storage, provides options to view/edit/delete/create async storage entries via Flipper.
-
autotier
A passthrough FUSE filesystem that intelligently moves files between storage tiers based on frequency of use, file age, and tier fullness.
-
react-native-mmkv-storage discussion
react-native-mmkv-storage reviews and mentions
-
Is react-native-encrypted-storage a good place for storing base64 images securely?
As title says, is it a good option? There'll be like 60 webp images not some high quality. Or should I add some local db instead, something like: 1. https://github.com/ammarahm-ed/react-native-mmkv-storage 2. https://github.com/Nozbe/WatermelonDB
- Secure storage library?
-
Why does my RN app seem to speed up as I use it on iOS?
Use mmkv storage to make it faster
-
Is there is any alternative to AsyncStorage
watermelondb https://github.com/Nozbe/WatermelonDB mmkv giving another issue when you release on playstore in here https://github.com/ammarahm-ed/react-native-mmkv-storage/issues/194
-
Snychronized database solution for offline first app with expo
roll your own with asyncstorage (or RN mmkv https://github.com/ammarahm-ed/react-native-mmkv-storage ) and react query
-
React Native Async Storage Flipper Plugin
Async Storage is slow/limited though, the new black is MMKV - https://github.com/mrousavy/react-native-mmkv or https://github.com/ammarahm-ed/react-native-mmkv-storage
-
Getting Started with React Native JSI Modules
If you use Async Storage in your React Native App, you should give react-native-mmkv-storage a try. The fastest storage library for react native built with JSI.
-
[JSI[C++]The Fastest Encrypted Storage for React Native just got Faster.
It's been a year now and with the extensive support from community, react-native-mmkv-storage has gotten even faster than it was using JSI. I have rewritten the whole library in C++. There are no `@ReactMethods` or the old bridge anymore. Everything happens in C++ which makes this library the fastest solution available for your apps.
-
How do i implement authentication.
In my experience cookies does not play well with RN. In my apps I usually receive the token on the authorization header of the sign in/sign up response. I store it (I use react-native-mmkv since it provides encryption and compatibility with redux-persist out of the box) and append it to every request (using Axios). When the user logs out and for 401 responses I clean the storage
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Apr 2025
Stats
ammarahm-ed/react-native-mmkv-storage is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of react-native-mmkv-storage is C++.
Popular Comparisons
- react-native-mmkv-storage VS WatermelonDB
- react-native-mmkv-storage VS react-native-firebase
- react-native-mmkv-storage VS react-native-encrypted-storage
- react-native-mmkv-storage VS MMKV
- react-native-mmkv-storage VS redux-persist-sensitive-storage
- react-native-mmkv-storage VS react-native-mmkv
- react-native-mmkv-storage VS jasonelle
- react-native-mmkv-storage VS react-native-sensitive-info
- react-native-mmkv-storage VS autotier
- react-native-mmkv-storage VS react-native-quick-crypto