Skip to content

shensven/EladmeGo

Repository files navigation

EladmeGo

GitHub Test CodeQL Publish Codacy Badge

A mobile app for accessing the JindiCenter in Kunming

1 2 3 4
Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

📦 Distribution

iOS

Android

🔨 Build

Prequisites

For more detailed environment configuration, please refer to the official React Native documentation.👇 https://reactnative.dev/docs/environment-setup

Get Started

yarn install
cd ios && pod install

iOS Deployment

yarn ios --configuration Release --device

Assem the APK

cd android && chmod +x gradlew
./gradlew assembleRelease

Debug

We recommend you to use Flipper to debug the app.

Generate the Splash Screen

yarn react-native generate-bootsplash src/assets/splash/bootsplash.png \
  --background-color=F2E8E2 \
  --logo-width=288 \
  --flavor=main

⚖️ License

FOSSA Status

MIT License - Copyright (c) 2023 SvenFE