Have a truck and ready to take a load.? Log into your carrier app and go straight to the load board.!
"How to save a life?" - The Driver Booking
Overview • Roadmap • Install • Tech Stack • Test • Version •
GoFit is fitness app made by PHP and expo-cli react-native framework.
- Make it work on IOS
- Make it work on Android
- Make it work on Expo
- Transform into responsive
- Update to latest React Native version
- 1.1)
git clone https://github.com/kingofdevs/rn-fitness-expo.git
- 1.2)
cd react-native-expo-loadpaneldriver
- cd into your newly created project directory. - 1.3) Install NPM packages with
yarn install
Note: NPM has issues with React Native soyarn
is recommended overnpm
.
- 2.1) [EXPO] Build and run the iOS app, run
expo run-ios
(to run on simulator) orexpo --device
(to run on real device) from the root of your project. The first build will take some time.
- Test on Android
- Test on iOS
- React-Native
- Expo 36