React Native Shared Preferences
JSON →A React Native bridge to Android's native SharedPreferences key-value storage. Version 1.0.2 is stable but unmaintained since 2018. It provides synchronous and callback-based get/set operations, with support for getting multiple items and all keys. This library requires manual linking and is intended for Android only, unlike cross-platform alternatives like @react-native-async-storage/async-storage. It is suitable for legacy RN projects (<0.60) that do not use autolinking.