Skip to content

woapp/WorkoutApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout App

Setup the project

  1. After cloning the project, run at its root
yarn
  1. Then build the app on ios
cd ios
pod install
cd ..
react-native run-ios
  1. Then build the app on android
react-native run-android

Coding standards

Snippets

There are all in this file

Translations

  • utrans --> useTranslation hook
  • rtrans --> for jsx translation
  • ttrans --> for typescript translation

Components

  • tb --> basic typescript component
  • nsc --> native styled component
  • csc --> custom styled component

Mobx

  • ustore --> useStore