Table of Contents:
See: https://reactnative.dev/docs/environment-setup
- Install 3rd party packages with
yarn
- Install pods with
pod install
(in ios folder)
yarn start
- Run on iOS Simulator with
i
(preferred)
All relevant code for React Native can be found under src folder. This folder is referenced with namespace @ds.
Design System Components and other components can be found under src/components folder.
All the styling for related screen or component are applied in the .tsx file itself.
TypeScript compiler and checking is executed with yarn tsc
.
Actual tests are located in ___tests___ folder. Tests are executed with yarn test
.