Add expo-supabase-starter to Starters & Boilerplates - #1242
Open
Guidondor wants to merge 1 commit into
Open
Conversation
Resubmission against the rebuilt README, as invited in jondot#1236. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.