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

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.

Awesome Lists containing this project

README

          

# StickerSmash app ![Icon](/assets/favicon.png)

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
```