This project is the Cider Remote application for Android 12 and later, built using React Native and Expo.
-
Install dependencies
corepack enable yarn install -
Start the app
yarn android
- Node 22
- Yarn
- Android SDK
Officially our target Android version is Android 12 or later. Expo as of Expo 53 technically supports Android 7+. However, we do not guarentee support for Android versions that old.
Troubleshooting guides can be found on the Wiki
If Expo cannot find the Android SDK, you can define sdk.dir=<path-to-android-sdk> in your android/local.properties file.
Some Gradle build errors can be resolved by rebuilding caches with:
cd android
./gradlew bundleRelease --build-cacheThis project is licensed under the Apache License 2.0 with Commons Clause license. See the LICENSE file for details.
© Cider Collective 2025