Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.6 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.6 KB

mobileapp

Mobile app code for the project.

Setting Up Development Environment

Code Structure

  • Entry point: AppCode/App.js
  • Main development code is under AppCode/app folder:
    • AppCode/app/api: contains code calling webservice APIs.
    • AppCode/app/assets: pictures/videos for temporary solution. These information will be hosted in Azure in the future.
    • AppCode/app/components: key components for the app, such as Screen, ListItem, Button, etc.
    • AppCode/app/config: configs of the app theme, such as colors and styles.
    • AppCode/app/navigation: create navigations in the app, such as TabNavigation and StackNavigation.
    • AppCode/app/screens: code for building up different screens for the app.