https://github.com/ewertonsolitto/camera-clone
Camera Clone is a React Native app that works like a usual camera.
https://github.com/ewertonsolitto/camera-clone
camera expo react-native typescript
Last synced: 2 months ago
JSON representation
Camera Clone is a React Native app that works like a usual camera.
- Host: GitHub
- URL: https://github.com/ewertonsolitto/camera-clone
- Owner: EwertonSolitto
- Created: 2025-01-22T21:59:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T21:16:30.000Z (over 1 year ago)
- Last Synced: 2025-06-01T18:38:09.899Z (about 1 year ago)
- Topics: camera, expo, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camera Clone 📷
# About 📝
**Camera Clone** is a React Native app that works like a usual camera.
# Features 🔥
- Take picture
- Zoom
- Flash
- Change camera type (front or back)
# Technologies ⚡
- REACT NATIVE
- TYPESCRIPT
- EXPO
- EXPO-CAMERA
# Download ⬇️
ANDROID: https://expo.dev/accounts/ewertonsolitto/projects/camera-clone/builds/1a5b41cf-116a-4fea-8d4c-37aeb5ee8a9f
# Installation 🔧
Make sure to have **NodeJS** and **Expo** installed.
```bash
# Clone repository
git clone https://github.com/EwertonSolitto/camera-clone.git
# Go to the directory
cd camera-clone
# Install dependencies
npm i
# Start Application
npm start
```