https://github.com/fathi-riham-mn/sticker-smash
The Expo Tutorial for adding Emojis to Pictures in Expo
https://github.com/fathi-riham-mn/sticker-smash
1password collaborate collabrate communityexchange datacamp emoji expo ghdesktop github github-campus-experts github-codespaces github-pages hacktoberfest learn react-native sticker-smash student-vscode
Last synced: 29 days ago
JSON representation
The Expo Tutorial for adding Emojis to Pictures in Expo
- Host: GitHub
- URL: https://github.com/fathi-riham-mn/sticker-smash
- Owner: fathi-riham-mn
- License: mit
- Created: 2023-09-23T08:29:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T05:01:50.000Z (over 1 year ago)
- Last Synced: 2025-03-30T23:11:07.804Z (2 months ago)
- Topics: 1password, collaborate, collabrate, communityexchange, datacamp, emoji, expo, ghdesktop, github, github-campus-experts, github-codespaces, github-pages, hacktoberfest, learn, react-native, sticker-smash, student-vscode
- Language: JavaScript
- Homepage: https://rihamnazeer.github.io/Sticker-Smash/
- Size: 4.78 MB
- Stars: 22
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
---


