Lib | Description |
---|---|
React | UI Framework |
React Native | UI Framework |
Typescript | Typed Language |
Native Base | UI Library to build design-systems |
Detox | E2E Tests |
ESLint | Linting |
Husky | Pre-commit's hooks |
Workflow | Description |
---|---|
Lint | Run ESLint in files to prevent irregular code |
E2E Android | Run detox E2E tests on Android Emulator |
yarn install
- Install Dependencies
Run one of:
yarn android
- Compile android and install on emulator/device
yarn ios
- Compile ios and install on emulator/device
after:
yarn start
- Start react-native cli
If you prefer, use npm instead of yarn