A React Native app made by Radium Rocket.
This page will help you set up your computer to be able to run and build the app. If you already have React Native installed, you can skip ahead to the Step.
Go to page and choose React Native CLI Quickstart.
To run the project locally, you must run the following commands in the terminal.
Install npm dependencies:
npm install
Run on iOS
react-native run-ios
Run on Android
react-native run-ios
The stickers are stored in a mongoDB database, you can see it here.
To manage the stickers, we added a controller on the current website server (repo), with the needed endpoints to create, edit and remove stickers and update the database.