Giter VIP home page Giter VIP logo

miiting-app's Introduction

Miiting

Informations générales

Type eDreams-Factory
Plateformes Android, iOS
Publication Play Store, AppStore
Nom de package fr.miiting.app

Disponible sur Google Play Download on the AppStore

Installation du projet

Démarrer l'application en mode debug (simulateur)

  • Depuis la racine du projet
  • S'assurer que les dépendances sont installées avec yarn install
  • Démarrer le packager npm start -- --reset-cache
  • Pour démarrer sur un simulateur iOS
    • Ouvrir le projet xcode avec xed ios
    • Sélectionner le simulateur cible dans la liste
    • Cliquer sur Run ( ▶ )
  • Pour démarrer sur un appareil ou un simulateur Android
    • react-native run-android

Générer une archive de release (QA, client...)

Archive iOS
  • Depuis la racine du projet
  • Générer le bundle javascript avec react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios
  • Ouvrir xcode avec xed ios
  • Sélectionner la cible 🔨Généric iOS Device
  • Cliquer sur Product > Archive
  • Une fois l'archive terminée, xcode ouvre une fenêtre Organiser
  • Cliquer sur Distribute App
  • Sélectionner la méthode de distribution Ad-Hoc
  • Choisir le provisionning profile approprié
  • Sauvegarder l'archive, on y trouvera le fichier .ipa pour distribuer l'application
Archive Android
  • Depuis la racine du projet, aller dans le sous-directory android avec cd android
  • Générer l'APK de release avec ./gradlew assembleRelease
  • Le fichier se trouvera dans android/app/build/outputs/apk/release/

Générer une archive d'upload (Stores)

Archive iOS
  • Suivre les indications ci-dessus pour générer une archive de release
  • Dans la fenêtre Organiser sélectionner la méthode AppStore (au lieu de Ad-Hoc)
  • Choisir le provisionning profile approprié
  • Le build sera envoyé et disponible directement sur AppStoreConnect après un certain temps de processing
Archive Android
  • Depuis la racine du projet, aller dans le sous-directory android avec cd android
  • Générer le Android App Bundle avec ./gradlew bundleRelease
  • Le fichier se trouvera dans android/app/build/outputs/bundle/release/
  • Envoyer le fichier sur la Console Google Play

Known issues

Crash au démarrage après un build (iOS, Xcode 11 ou plus) Voir cette [pull request](https://github.com/facebook/react-native/pull/25146/files#diff-263fc157dfce55895cdc16495b55d190) Dans le fichier **node_modules/react-native/React/Base/RCTModuleMethod.mm** faire le même ajout que dans la pull request

miiting-app's People

Contributors

osmanaziz11 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.