Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)