Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T05:01:50.000Z (about 1 year ago)
- Last Synced: 2024-10-04T13:18:17.045Z (about 1 month 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: 21
- Watchers: 1
- Forks: 0
- 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
---
![Screenshot 2023-09-23 145329](https://github.com/rihamnazeer/Sticker-Smash/assets/90144970/00212b45-d17f-4dd4-be3f-dea79475eb8b)
![Screenshot 2023-09-23 145203](https://github.com/rihamnazeer/Sticker-Smash/assets/90144970/db71ba8f-ca5d-43c0-b297-323cd6fb525e)
![Screenshot 2023-09-23 145230](https://github.com/rihamnazeer/Sticker-Smash/assets/90144970/8f1a7fb0-14ea-4e96-b927-a1af62eab1c6)