fathi-riham-mn / Sticker-Smash

The Expo Tutorial for adding Emojis to Pictures in Expo

Home Page:https://rihamnazeer.github.io/Sticker-Smash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sticker-Smash

Initialize a new Expo app

npx create-expo-app Sticker-Smash  
cd Sticker-Smash

Install dependencies, libraries and configure libraries

npx expo install react-dom react-native-web @expo/webpack-config
npx expo install @expo/vector-icons
npx expo install expo-image-picker
npx expo install react-native-gesture-handler react-native-reanimated
npm install -D @babel/plugin-proposal-export-namespace-from 
add Reanimated's Babel plugin to babel.config.js and after start the development server again
npx expo start -c

Install libraries

npx expo install react-native-view-shot expo-media-library
npm install dom-to-image

Screenshot 2023-09-23 145329 Screenshot 2023-09-23 145203 Screenshot 2023-09-23 145230