dappros / ethora

A 'super app' engine for your project. React Native (iOS, Android) and React.js (Web, desktop). Social Sign In 🄵, Messaging 💬 (chat, voice, push notifications), Web3 Wallet 🪪 (profile QR, documents, coins, NFT), DLT 🔐 (provenance, crypto signing), Gamification 🤩, Social Commerce and more.
https://ethora.com/
GNU Affero General Public License v3.0
398 stars 74 forks source link

Mobile - Store - Code refactoring #531

Open dzinzyura opened 7 months ago

dzinzyura commented 7 months ago

Goal: Introduce a refactored "Store" code for react-native app.

Affected metric:

Description: Refactor the react-native code as you suggested: take out types, functions and divide them by logic (for example, chat functions, user functions) and import them from one file - it will take up less space, will be more understandable for external users