Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (15 loc) · 1.24 KB

file.md

File metadata and controls

16 lines (15 loc) · 1.24 KB

File structure

  • /src contains JS and CSS code.
    • /constants - App-wide variables
    • /containers - 'Smart-components' that connect business logic to presentation Read More →
    • /images - All images assets
    • /lib - Utils and custom libraries
    • /models - Rematch models combining actions, reducers and state. Read More →
    • /native - All react native code
      • /routes- wire up the router with any & all screens Read More →
      • /components- wire up the router with any & all screens Read More →
      • /routes- wire up the router with any & all screens Read More →
      • index.js - The starting place for our app
    • /store- Redux Store - hooks up the stores and provides initial/template states Read More →
    • /styles- all the SCSS you could dream of
    • /translations- all the json translation files