Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 1.7 KB

README.md

File metadata and controls

65 lines (55 loc) · 1.7 KB

Willkommen im Foof Projekt

Installation

Voraussetzungen

Android

iOS (nur auf MacOS)

  1. Projekt klonen

    git clone https://github.com/Geplatzter-Reifen/foof
  2. Environment Variablen ausfüllen

    cp .env.example .env

    EXPO_PUBLIC_MAPBOX_API_KEY

  3. Pakete installieren

    npm install

App in einem Emulator, Simulator oder auf einem physischen Gerät installieren und starten

Android:

npx expo run:android

iOS:

npx expo run:ios

APK erstellen

npx expo prebuild --platform android
cd android

Release APK:

 ./gradlew assembleRelease

Debug APK:

./gradlew assembleDebug

Die APK befindet sich danach in android/app/build/outputs/apk.

Um die App in einem Emulator oder auf einem physischen Gerät zu testen, siehe folgende Links: