--- id: app title: Fiora App sidebar_label: Fiora App --- Fiora app is developed with [expo](https://expo.io/) and [react-native](https://reactnative.dev/). Support Android and iOS systems ## Download App ### Android Click link or scan qrcode to download APK [https://cdn.suisuijiang.com/fiora.apk](https://cdn.suisuijiang.com/fiora.apk) ![](/img/android-download-qrcode.png) ### iOS The iOS app is being submitted to the app store for review. You can now install unreviewed apps through testflight. Please contact 碎碎酱 or send an email to . Please attach your apple ID ## Hot to run 1. Install expo `yarn global add expo-cli` 2. Install dependencies `yarn install` 3. Start compilation `expo start` 4. According to the console prompt, run the app in the simulator or real device For more information, please see [https://docs.expo.io/](https://docs.expo.io/) ## Build Standalone App Please refer to