Location post is a mobile application built with React Native that allows users to [briefly describe the main functionality or purpose of the app].
- 🌗 Dark Mode: Enable dark mode for better visibility in low-light environments.
- 🔒 Login: Securely log in to your account to access personalized features.
- 📝 Signup: Create a new account to unlock full functionality of the app.
- 📸 Upload Image: Easily upload images from your device to share with others.
- 🔄 Retrieve Data: Fetch and display data from the server to stay updated with the latest content.
- React Native: Used for building the mobile application.
- React Query: Used for data fetching and caching.
- React Native Paper: Used for UI components and theming.
- React Native Vision Camera: Used for camera functionality.
- Context API: Used for state management.
To run the app locally, follow these steps:
# Clone the repository
git clone https://github.com/A-Scode/location-post-app.git
# Navigate to the project directory
cd location-post-app
# Install dependencies
npm install
# Run the app
npm start