This is a package to easily handling global-state across your react-native-components No-redux, No-context.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
```tsx const [count] = useCounterContext((state) => state.counter); ``` --- ## 📦 Installation Install using npm: ```bash npm install react-hooks-global-states ``` Or using yarn: ```bash yarn add react-hooks-global-states ``` --- ## 📜 License MIT