https://github.com/impfundev/stickersmash
Android App build with Expo/React Native for add Sticker on the photos.
https://github.com/impfundev/stickersmash
expo javascript react reactnative
Last synced: 2 months ago
JSON representation
Android App build with Expo/React Native for add Sticker on the photos.
- Host: GitHub
- URL: https://github.com/impfundev/stickersmash
- Owner: impfundev
- Created: 2024-05-16T20:28:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T20:40:14.000Z (about 2 years ago)
- Last Synced: 2025-02-26T08:15:31.479Z (over 1 year ago)
- Topics: expo, javascript, react, reactnative
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StickerSmash app 
Android App build with React Native for add Sticker on the photos.
## Start on development mode
We'll need the following tools to get started:
- Install [Expo](https://expo.dev/go) Go on a physical device.
- Prepare for development by installing the required tools listed under [system requirements](https://docs.expo.dev/get-started/create-a-project/).
To get started develop this app, you should have a basic knowledge of JavaScript and React. If you have never written React code, go through [the official React tutorial](https://react.dev/learn).
## 1. Install dependencies
Clone this project, open it, and start install dependencies.
```bash
npm install
```
## 2. Run app on development mode
```bash
npm run start
# or
npx expo start
```