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
428 stars 85 forks source link

Code refactoring - Mobile app #374

Closed dzinzyura closed 1 year ago

dzinzyura commented 1 year ago

Goal: To review and refactor the Ethora code (mobile app).

Affected metric:

Description: Refactor the code, improving the usability and readability of the Ethora repository.

dendidibe commented 1 year ago

refactored stacks, transaction modal, profile screen, other user profile, all screens inside home stack to work with new types, api

4RGUS commented 1 year ago

refactored the following:

  1. ChatScreen, ThreadScreen refactor.
  2. Chat store, chatDetailsHeader, refactor with typescript.
  3. Chatlist, roomlist.
dzinzyura commented 1 year ago

Great stuff done! Thank you guys!