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.
- 📸 Open the device camera
- 🖼️ Capture photos
- 🔍 Preview taken pictures
- 💾 Save images to local device storage
- 🎨 Clean and user-friendly UI
Follow these steps to clone and run the app on your local evice or emulator.
git clone https://github.com/your-username/camera.git
cd cameranpm install- Expo Go (QR Scan)
npm start- Android Emulator
npm run android- iOS Simulator
npm run ios


