Composure is a React Native app focused on thought compartmentalization and intentional deferral.
The goal is to help users capture intrusive or distracting thoughts, assign them to the correct mental space, schedule a future review time, and return to the present without losing the thought.
Core philosophy:
Capture fast. Decide later. Return now.
Install dependencies:
npm installCreate a local environment file:
cp .env.example .envSet the Supabase values in .env:
EXPO_PUBLIC_SUPABASE_URL=
EXPO_PUBLIC_SUPABASE_PUBLISHABLE_KEY=Start the Expo app:
npm run startRun TypeScript checks:
npm run typecheck