Skip to content

Add expo-supabase-starter to Starters & Boilerplates - #1242

Open
Guidondor wants to merge 1 commit into
jondot:masterfrom
Guidondor:starters-expo-supabase
Open

Add expo-supabase-starter to Starters & Boilerplates#1242
Guidondor wants to merge 1 commit into
jondot:masterfrom
Guidondor:starters-expo-supabase

Conversation

@Guidondor

Copy link
Copy Markdown

Resubmitting against the new README, as invited in #1236.

Why it clears the bar. Not on adoption — it's new and small, and I'm the author. On what it covers: the three entries in this section are general-purpose scaffolds, and none of them takes a position on the backend. This one is specifically Expo + Supabase, and the part I'd argue is novel is that it treats Row-Level Security as a two-layer problem. RLS filters rows; column visibility is a separate GRANT layer that most Supabase projects never apply, so a correct-looking policy still ships every column of the row to the client. The starter revokes and re-grants per column, and includes a SQL test that fails the build if the isolation regresses — including a negative control, because a test suite that can't fail looks identical to one that passes.

Against the criteria: actively maintained (commits this week), current React Native (Expo SDK 57, RN 0.86, New Architecture default), MIT.

Happy to cut the description down further if it's long for the section.

Resubmission against the rebuilt README, as invited in jondot#1236.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant