> ## Documentation Index
> Fetch the complete documentation index at: https://anvil.servicetitan.com/llms.txt
> Use this file to discover all available pages before exploring further.

# React Native

> Build agentic React Native experiences with Anvil2 RN and the Carto theme.

Anvil2 RN is the React Native kit for agentic product experiences. It ships the same configuration-first component APIs as [AI Kit](/docs/kits/ai-kit) where those APIs make sense on native, with React Native primitives and native accessibility in place of the web kit's DOM, React Aria, and CSS.

Carto is the visual theme. Wrap agentic surfaces in `CartoThemeProvider` so components resolve light and dark tokens from React context.

<Note>
  Live previews and automated screenshots are not available for React Native
  docs. Every example on these pages is a copy-pasteable code block.
</Note>

## Getting started

<Columns cols={2}>
  <Card title="Getting Started" icon="rocket" href="/docs/react-native/getting-started">
    Install `@servicetitan/anvil2-rn`, wrap with `CartoThemeProvider`, and render a first component.
  </Card>

  <Card title="Components" icon="shapes" href="/docs/react-native/components/overview">
    Browse the public Anvil2 RN component surface.
  </Card>
</Columns>

***

## Connect with us

<Columns cols={2}>
  <Card title="Get help on Slack" icon="slack" href="https://servicetitan.enterprise.slack.com/archives/CBSRGHTRS">
    You can reach the Anvil team in the #ask-designsystem Slack channel.
  </Card>

  <Card title="Schedule office hours" icon="calendar" href="https://servicetitan.enterprise.slack.com/archives/CBSRGHTRS">
    Join the Anvil team for office hours on Mondays or Wednesdays to get hands-on help.
  </Card>

  <Card title="Report an issue" icon="jira" href="https://servicetitan.atlassian.net/secure/CreateIssue.jspa?issuetype=1&pid=11329">
    Ran into a bug in the code or design? We use Jira to track outstanding
    issues with Anvil.
  </Card>

  <Card title="Suggest an idea" icon="lightbulb" href="https://slack.com/shortcuts/Ft07EXNJSPS7/f598de9eda7177f477aaddbbc5701e15">
    Have an idea for a component, pattern, or documentation? Fill out the Feature Request Form in Slack.
  </Card>

  <Card title="View roadmap" icon="map" href="/docs/resources/roadmap">
    View what is coming up this year for the design system.
  </Card>

  <Card title="Contribute to Anvil2" icon="handshake" href="https://servicetitan.atlassian.net/wiki/spaces/ADS/pages/2054129026/Designer+Contribution+to+Anvil">
    Interested in contributing to Anvil? Read our contribution guide to learn
    more!
  </Card>
</Columns>
