A feature-rich React Native camera app built with Expo SDK.
- Camera Live Preview - Real-time camera feed display
- Image Capture - Take photos with high quality
- Camera Switching - Toggle between front and rear cameras
- Save to Device - Automatically save captured photos to device gallery
- Flash Control - Toggle flash on/off for image capture
- Install dependencies:
bun install- Start the development server:
bun run start- Run the app (right now we only support Android):
bun run android
This app requires the following permissions:
- Camera access
- Photo library access (for saving images)
These permissions are automatically requested when you first use the camera.
- Built with React Native and Expo SDK
- Uses
expo-camerafor camera functionality - Uses
expo-media-libraryfor saving photos - TypeScript for type safety
- Responsive design for different screen sizes
MIT License