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


