Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 950 Bytes

README.md

File metadata and controls

58 lines (38 loc) · 950 Bytes

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