StickerSmash is a cross-platform mobile app built with React Native and Expo. It lets users pick an image from the gallery, place emoji stickers on top, and save the final composition back to the device.
- Pick an image from device gallery
- Open a sticker picker and choose emoji stickers
- Place stickers on top of the selected image
- Reset edits with a single action
- Save final output to local gallery
- Works on Android, iOS, and Web (Expo)
- React Native
- Expo + Expo Router
- TypeScript
- expo-image-picker
- expo-media-library
- react-native-view-shot
- react-native-gesture-handler
- Node.js (LTS recommended)
- npm
- Expo Go app (optional for device preview)
npm installnpm run startPlatform specific:
npm run android
npm run ios
npm run webnpm run lint




