A third-party Android app for Sidechat. Many thanks to SidechatProxy and its author Oren Kohavi, both of whom have been instrumental in this app's development.
Important
Offsides is being depreciated in favor of the upcoming official YikYak app for Android. All code and downloads will remain available and open-source, but support is not guaranteed.
As a reverse-engineered app, Offsides will not be coming to the Google Play Store. You can install it manually by downloading the latest release APK or clicking the button below to install it with Obtainium (which gives you nice features like auto-update).
Offsides is a React Native app using the Expo SDK.
Note
Make sure you have completed the Expo Environment Setup instructions before proceeding.
You can develop Offsides using the npm run commands:
npm run androidThis will start the Expo dev server as well as open the app in the Android emulator or a physical device if you have ADB set up. Logical changes to how the YikYak/Sidechat API is accessed must be changed in the upstream sidechat.js project.
