Tiered secure storage in React Native
The problem with one storage solution
Most React Native apps store everything in AsyncStorage. Tokens, user data, preferences, session state. All in one place, all in plain text.
AsyncStorage is a key-value store backed by SQLite (iOS) or SharedPrefe...
warrendeleon.hashnode.dev10 min read