This repository contains a mobile application built using React Native.
![Settings Screen]((assets/SettingsScreenshotD.png)
- Home Screen: Displays user profile, recent transactions, and quick actions.
- Settings Screen: Allows users to change theme (light/dark), manage profile, and view app settings.
- My Cards Screen: Placeholder screen for managing user's payment cards.
- Statistics Screen: Provides statistical insights into user's job application activity.
To run this application locally, follow these steps:
-
Clone the repository: git clone [(https://github.com/Rizculla/rn-assignment5-11296671)] cd Assignment5
-
Install dependencies: npm install
Copy code
- Run the application: npx react-native run-android
Copy code
Replace run-android
with run-ios
if you are using iOS.
react
: 17.0.2react-native
: 0.66.4styled-components
: 5.3.3react-native-vector-icons
: 8.1.0@react-navigation
: 6.0.7
- Theme Switching: Toggle between light and dark themes on the Settings screen.
- Navigation: Use the bottom tab navigator to switch between different screens.
Contributions are welcome! Feel free to open issues or pull requests for any improvements or bug fixes.