Skip to content

Files Structure

NAWIF edited this page Apr 16, 2019 · 1 revision

Screens: includes ONLY the screen component.

Components: contains two folders, Shared Components and Local Components. Shared Components: includes the shared components. Local Components: includes folder of each screen component that contains components only used in that screen.

assets: contains three folders: Fonts, Images, Misc. Fonts: contains .ttf files. Images: contains images and icons used in the app. Misc: contains everything but fonts and Misc.

global: contains variables and functions used in multiple files.

reducers: DEPRECATED

dummy_data: used for testing purposes, contains dummy data.

Note: Every folder should include index.js, even nested files.

Clone this wiki locally