Example app showing how you can integrate react native components into a swift application
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This repository provides a practical example demonstrating how to integrate React Native components into an existing Swift iOS application. It's designed for iOS developers who want to gradually incorporate React Native into their native Swift projects without rewriting their entire app. The project includes step-by-step instructions for setting up the React Native environment, configuring CocoaPods, creating JavaScript components, and bridging them with Swift code using `RCTRootView`. The example shows how to display React Native content alongside native Swift UI elements and includes configuration for both development (loading from local server) and production (bundled) builds.