Sticker-Smash
Sticker-Smash copied to clipboard
The Expo Tutorial for adding Emojis to Pictures in Expo
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