This is a React Native Local-First App using PowerSync and Supabase.
- Clone the repository
- Run
npm install
to install the dependencies - Create a Supabase account and a new project
- Create a new table using the
supabase.sql
file - Create a new PowerSync account and connect PowerSync to your Supabase project
- Add the
sync-rules.yaml
file to your PowerSync project - Update the
.env
file with your Supabase URL and API Key, and the PowerSync URL - Run the app using
npx expo run:ios
ornpx expo run:android