Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 2.21 KB

File metadata and controls

70 lines (47 loc) · 2.21 KB

StickerSmash 🎉

StickerSmash is a small cross-platform mobile app built with Expo and React Native. This study project uses file-based routing via expo-router and demonstrates a simple TypeScript, React Native and Expo setup.

The app repersent itself an easy image picker that allow you adding a simple sticker-reaction on the choosen picture (like smile, heart, etc). USsr are allowed to choose am image, reaction and save a result on the local file system.

mobile_screen | mobile_screen | mobile_screen

Get started

Features

  • Universal app for Android, iOS, and Web
  • File-based routing with expo-router
  • Custom splash screen and app icon
  • Ready-to-use assets and fonts

Getting Started

  1. Install dependencies

    npm install
  2. Start the app

    npx expo start

    You can then open the app in:

  3. Edit your app

    Start developing by editing files inside the app directory. The main entry point is app/index.tsx. Navigation is handled by app/_layout.tsx.

Project Structure

Resetting the Project

To reset to a blank project:

npm run reset-project

This moves the starter code to app-example and creates a blank app directory.

Learn More

Community