Welcome to the Recallify Mobile App, built with Expo and React Native.
Scroll down for more instructions on how to get the app on your device.
To use Recallify, you will have to supply API keys for Gemini and AssemblyAI. Follow the official steps recommended by Google and AssemblyAI to set up your respective accounts.
Note: if you are using free versions of Gemini and AssemblyAI, you may be rate limited. Refer to the official Gemini and AssemblyAI documentation for more information.
Getting Recallify onto on your phone is simple.
Step 1: Download latest .apk from Releases page
You may need to change permissions on your phone to allow installing .apk files from outside the Play Store; follow this article if you get stuck.
If you have Git installed, open Command Prompt or Terminal and run:
git clone https://github.com/Schmessing/Recallify.git
cd RecallifyIn the project directory, open Command Prompt or Terminal and run:
npm installUse EAS to build the app yourself. For example, to build the app for an Android target, you would run the following command in your terminal while in the Recallify project directory:
eas build --platform android1. Make changes and push
git add .
git commit -m "Describe what you changed"
git push2. Always pull before working
git pullThis keeps everyone in sync.
- React Native (via Expo)
- JavaScript
- Expo Router (navigation)