Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions main/docs/quickstart/native/react-native/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@ title: Add Login to Your React Native Application
This Quickstart is for the React Native framework. To integrate Auth0 into your Expo application, refer to the [Expo Quickstart](https://auth0.com/docs/quickstart/native/react-native-expo/interactive).
</Tip>

<Accordion title="Use AI to integrate Auth0" icon="microchip-ai" iconType="solid" defaultOpen>

If you use an AI coding assistant like Claude Code, Cursor, or GitHub Copilot, you can add Auth0 authentication automatically in minutes using [agent skills](https://agentskills.io/home).

**Install:**

```bash
npx skills add https://github.com/auth0/agent-skills --skill auth0-react-native
```

**Then ask your AI assistant:**

```text
Add Auth0 authentication to my React Native app
```

Your AI assistant will automatically create your Auth0 application, fetch credentials, install `react-native-auth0`, configure native dependencies, and set up your authentication flow. [Full agent skills documentation →](/quickstart/agent-skills)

</Accordion>

## Get Started

<Steps>
Expand Down
Loading