Mobile
Download the PCF app (Android)
Install the customer app to browse the live menu, manage your My PCF account, and place pickup orders when ordering is enabled.
Direct download
After you build the release APK (see below), host the file at /downloads/pcf-mobile-android.apk in this project's public folder and deploy. Then use the button below on production.
If the APK is not on the server yet, the download link will 404 until you copy the built file into public/downloads/.
Build the APK locally
- Open a terminal in
PCFMobileAppand install dependencies:npm install - Windows:
npm run android:release-apk(Usesarm64-v8aonly so CMake paths stay under Windows's file-length limits.)
macOS/Linux:cd android && ./gradlew assembleRelease -PreactNativeArchitectures=arm64-v8a - Copy
android/app/build/outputs/apk/release/app-release.apktopublic/downloads/pcf-mobile-android.apkin the website repo, then deploy.