Skip to content

feat(evals): add bare React Native quickstart eval - #166

Draft
subhankarmaiti wants to merge 1 commit into
mainfrom
feat/bare-rn-quickstart-eval
Draft

feat(evals): add bare React Native quickstart eval#166
subhankarmaiti wants to merge 1 commit into
mainfrom
feat/bare-rn-quickstart-eval

Conversation

@subhankarmaiti

@subhankarmaiti subhankarmaiti commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Adds a react_native_quickstart eval covering Auth0 integration in a bare (non-Expo) React Native app, complementing the existing Expo eval. The scaffold is a minimal RN 0.86.2 project — Barkbook login/logout stub, full android/ and ios/ projects, no test or lint tooling — verified to typecheck and bundle.

What it exposes: 20 graders across L1–L5, including L4 checks that the agent wired the native callback config for both platforms — auth0Domain/auth0Scheme manifestPlaceholders in android/app/build.gradle and CFBundleURLTypes in Info.plist — plus L2 checks that it didn't reach for the Expo config plugin or react-native-app-auth.

The Android graders are file-anchored rather than plain substring matches. matches runs against every workspace file concatenated into // FILE: <path> blocks, so an unanchored manifestPlaceholders[\s\S]*?auth0Domain can straddle two files and pass on code that never touched build.gradle:

// FILE: android[\\/]app[\\/]build\.gradle\b(?:(?!// FILE:)[\s\S])*?

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 50dce88e-b8ad-4829-ad58-056d2bad9be6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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