Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

KillianPiccerelle/sp1-appli

Repository files navigation

YeCity-Mobile

La documentation

Voici la documentation pour pouvoir utiliser l'application mobile YeCity-mobile.

Pré-requis

Installation

Installation du projet depuis le repository github

git clone https://github.com/Yellow-Network/Yecity-Mobile.git
cd Yecity-Mobile
npm install

Après avoir installé le projet, aller sur la branche api (la plus récente) pour avoir les derniers modifications stable de l'application :

git checkout api
git pull origin api
npm install

Pour générer un APK suivre les instructions suivantes :

react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res

cd android

./gradlew assembleDebug

Vous trouverez votre apk à ce chemin => yourProject/android/app/build/outputs/apk/debug/app-debug.apk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published