Use SharedPreference (Android) and UserDefaults (iOS) with React Native over a unified interface
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a unified interface for React Native apps to access native storage on Android and iOS, using SharedPreferences and UserDefaults respectively. It allows developers to store and retrieve string data with simple methods like `get`, `set`, `clear`, and batch operations. The library is designed for React Native developers who need a lightweight, cross-platform solution for persistent key-value storage without complex data structures.