An AI-powered messaging companion app for iOS and Android.
- Supports conversation history
- To enable the functionality of oAuth, you must configure your oAuth provider within the Supabase dashboard.
# install dependencies
yarn install
# copy and modify `.env`
cp .env.example .env
# Start metro
yarn start --reset-cache
# Then choose what platform you want to develop
# Press "a" for Android or "i" for iOS