An open API service indexing awesome lists of open source software.

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.

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

```