- Version ~> "0.64.1"
- Pre running (Android|Ios)
- run
npm install
- run
- IOS:
- run
npx pod-install && npx react-native run-ios
- run
- Android:
- run
npx react-native run-android
- run
app
.
├── __tests__
├── android # Native android files
├── ios # Native ios files
├── src # Source files
│ ├── @types # Contains all global definitions of types and interfaces
│ ├── assets # Contains Js bundles assets. e.g: icons, splash, images etc...
│ ├── components # Contains all global react components
│ ├── context # All contexts
│ ├── constants # Constants files
│ ├── hooks # Cstomized hooks
│ ├── navigation
│ ├── screens
│ ├── services # Contains external and api services
│ ├── App # Aplication entry
.
.
├── index # Bundle entry
.
.
└── README.md