Skip to content

MusicAsLanguage/mobileapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Mobile app code for the project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published