MobileMechanic is a cross-platform mobile application built using React-Native, Expo and JavaScript.
The project relies on the following dependencies:
- Firebase real-time NoSQL database by Google (npm install firebase --save)
- Formik forms for React-Native (npm install react-native-formik --save)
- Yup for Formik form validation (npm install yup --save)
- Stack-based navigation for screen components (npm install react-navigation-stack --save)
- Drawer-based navigation for screen components (npm install react-navigation-drawer --save)
- Tabs-based navigation for screen components (npm install react-navigation-tabs --save)
- Expo vector icons for creating icons and smart labels (npm install @expo/vector-icons --save)
- Google maps for react-native (react-native-maps --save)