Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 943 Bytes

readme.md

File metadata and controls

50 lines (43 loc) · 943 Bytes

Initialise Project:

  • Clone project
  • Run npm install
  • Run react-native link

Directory Structure

  • source
    • components
      • common
        • drawer
        • header
        • layouts
        • lists
        • cards
      • screenA
        • ScreenComponentA1
        • ScreenComponentA2
      • screenB
        • ScreenComponentB1
        • ScreenComponentB2
    • assets
      • images
      • icons
      • fonts
    • constants
    • config
    • actions
    • reducers
    • styles
      • common
      • buttons
      • layouts
      • drawers
      • cards
      • lists
  • App.js
  • index.js

Layout Scaling