You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.