Camera Clone is a React Native app that works like a usual camera.
-
Take picture
-
Zoom
-
Flash
-
Change camera type (front or back)
-
REACT NATIVE
-
TYPESCRIPT
-
EXPO
-
EXPO-CAMERA
Make sure to have NodeJS and Expo installed.
# 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