Skip to content

This is a camera app built using react-native and expo with features to click photo and record videos. It automatically saves everything to media library.

Notifications You must be signed in to change notification settings

sethshivam11/camera

Repository files navigation

📷 Camera App

Camera is a simple yet powerful mobile app built using React Native and Expo. This app allows users to open the device camera, take photos, and review or save them. It serves as a practical introduction o working with device hardware (camera) using modern avaScript tools.


🚀 Features

  • 📸 Open the device camera
  • 🖼️ Capture photos
  • 🔍 Preview taken pictures
  • 💾 Save images to local device storage
  • 🎨 Clean and user-friendly UI

📦 Tech Stack


📥 Installation

Follow these steps to clone and run the app on your local evice or emulator.

1. Clone the Repository

git clone https://github.com/your-username/camera.git
cd camera

2. Install Dependencies

npm install

3. Start the App

  • Expo Go (QR Scan)
npm start
  • Android Emulator
npm run android
  • iOS Simulator
npm run ios

📷 Screenshots

  Click Photo Screenshot   Record Video Screenshot   Video Preview Screenshot   Photo Preview Screenshot

About

This is a camera app built using react-native and expo with features to click photo and record videos. It automatically saves everything to media library.

Topics

Resources

Stars

Watchers

Forks