Mobile | Mon Jun 24 20244,572 views

Snapchat Camera Clone

Hi there!

Learn to build a Snapchat-like camera app using Expo Camera in React Native. We'll cover permissions, taking photos/videos, saving media, and QR code scanning.

🧙‍♂️ Want to become a master in React Native? Check the React Native Course

Also, don't forget to explore the React with TypeScript Course, where we master TypeScript, handle payments, and deploy scalable applications. Learn more

Dependencies

npx expo install expo-camera
npx expo install expo-symbols
npx expo install expo-media-library
npx expo install @react-native-async-storage/async-storage
npx expo install expo-image
npx expo install expo-video
npx expo install expo-sharing
npx expo install expo-web-browser
Youtube GitHubDownload as Zip

Go back to Projects