A minimal, clean and beautiful mobile app to help people find the jobs to book and change the world.
"How to save a life?" - The Booking Job
Overview • Roadmap • Install • Tech Stack • Test • Version •
JacksGoGo is the booking app to find a job both employer and worker. It will be very comfortable to search jobs in Singapore and Malaysia.
- Make it work on IOS
- Make it work on Android
- Make it work on Expo
- Push Notification
- Payment Integration
- Search Job
- GPS Tracking
- Realtime Chat
- Transform into responsive
- Update to latest React Native version
- 1.1)
git clone https://github.com/funnyjerry/react-native-expo-Jacksgogo.git
- 1.2)
cd react-native-homeautomation-app
- 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
. - 1.4) [iOS]
cd ios
and runpod install
- if you don't have CocoaPods you can follow these instructions to install it. - 1.5) [Android] If you haven't already generated a
debug.keystore
file you will need to complete this step from within the/android/app
folder. Runkeytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000
- 2.1) [iOS] Build and run the iOS app, run
react-native run-ios
(to run on simulator) orreact-native run-ios --device
(to run on real device) from the root of your project. The first build will take some time. - 2.2) [Android] If you haven't already got an android device attached/emulator running then you'll need to get one running (make sure the emulator is with Google Play / APIs). When ready run
react-native run-android
from the root of your project.
- React Native
- Expo
- Eslint
- Redux
- Formik + Yup
- OneSignal
- Redux-Persist
- Antd Mobile RN
- Lottie React Native
- Gifted Chat
- React Native Firebase
- Test on Android
- Test on iOS
- React-Native
- Expo 35