A mobile app for accessing the JindiCenter in Kunming
1 | 2 | 3 | 4 |
---|---|---|---|
- Node 14 or higher
- yarn
- Watchman
- Xcode 10 or higher
- CocoaPods
- JDK 11 or higher
- Android SDK
- Build-Tools
33.0.0
- NDK
23.1.7779620
- Build-Tools
For more detailed environment configuration, please refer to the official React Native documentation.👇 https://reactnative.dev/docs/environment-setup
yarn install
cd ios && pod install
yarn ios --configuration Release --device
cd android && chmod +x gradlew
./gradlew assembleRelease
We recommend you to use Flipper to debug the app.
yarn react-native generate-bootsplash src/assets/splash/bootsplash.png \
--background-color=F2E8E2 \
--logo-width=288 \
--flavor=main
MIT License - Copyright (c) 2023 SvenFE