Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 711 Bytes

FILE.md

File metadata and controls

13 lines (12 loc) · 711 Bytes

File structure

  • /src
    • /components- All react native components.
    • /constants - App-wide constant variables.
    • /fonts - All fonts assets.
    • /i18n - All translations.
    • /images - All images assets.
    • /lib - Common function & react native hooks.
    • /models - Rematch Models combining actions, reducers and state. Read More →
    • /routes- ReactNavigation V6 Stack, Tabs & Screens. Read More →
    • /store- Rematch (Redux) Store definition - hooks up the stores Read More →
    • index.tsx - The starting place.