This project is a mobile application built using React Native. The application closely follows the provided UI design and includes the following features:
- Recreation of the design as seen in the UI mockup.
- Implementation of screens on the bottom tabs, with a focus on the Home and Settings screens.
- A feature that allows users to switch between light and dark themes.
- Styling that matches the provided UI design.
- Use of custom components throughout the application.
1.To Run the application: npm start
- Home Screen: Displays the main content as per the UI design.
- Settings Screen: Allows users to switch between light and dark themes.
- Theme Switching: Users can toggle between light and dark themes from the Settings screen.
The application uses several custom components to ensure reusability and maintainability. These components are located in the components
directory.
Resources for the application were downloaded from the provided Drive: https://drive.google.com/drive/folders/19zGhvs6S3rpTlLESvz1ezeyOy7zYxWJ2?usp=sharing.
Before submission, the node_modules
directory was deleted, and the repository was compressed.