Yükgetir; lojistik yönetimini dijitalleştir, tüm nakliye süreçlerinin akıllı telefonlarla kontrol edilip yönetilmesini sağlar.
Yükgetir mobile project is created with React Native.
### Installation
- run `npm install` for ios `cd ios && pod install`
### Run on Device
- run `npx react-native run-android` for ios `npx react-native run-ios` to run on device or emulator
Project Structure
├── ...
├── assets # images,font files
|__ config
├── components # General page components
├── screens # General app pages
│__ helper # Small library units to be used jointly in practice
│
|__ redux # Global State
| |__ actions
| |__ reducer
| |__ sagas
|__ navigation
└── ...