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

# Overview

> Turnkey's Embedded Wallet Kit [`(@turnkey/react-native-wallet-kit)`](https://www.npmjs.com/package/@turnkey/react-native-wallet-kit) is the easiest way to integrate Turnkey’s Embedded Wallets into your React Native applications. It supports both backendless setups via Turnkey’s managed [Auth Proxy](https://docs.turnkey.com/reference/auth-proxy) and traditional backend-based architectures. Built on [`@turnkey/core`](https://www.npmjs.com/package/@turnkey/core), it provides easy-to-use functions exported from a hook, allowing you to quickly build secure embedded wallet experiences.

Find `@turnkey/react-native-wallet-kit` on [npm](https://www.npmjs.com/package/@turnkey/react-native-wallet-kit) or view the source code on [GitHub](https://github.com/tkhq/sdk/tree/main/packages/react-native-wallet-kit)!

<CardGroup>
  <Card title="Getting started" href="/sdks/react-native/getting-started" icon="file-lines" iconType="solid" horizontal>
    The initial setup guide for integrating the Embedded Wallet Kit into your React Native app.
  </Card>

  <Card title="Authentication" href="/sdks/react-native/authentication" icon="file-lines" iconType="solid" horizontal>
    Learn how to set up authentication that leverages Turnkey's Auth Proxy, enabling fast and secure user authentication in your React Native app.
  </Card>

  <Card title="Using embedded wallets" href="/sdks/react-native/using-embedded-wallets" icon="file-lines" iconType="solid" horizontal>
    Discover how to create and manage embedded wallets in your React Native
    application, including wallet creation, account derivation, and more.
  </Card>

  <Card title="Signing" href="/sdks/react-native/signing" icon="file-lines" iconType="solid" horizontal>
    Learn how to sign transactions and messages in your React Native app using
    Turnkey's Embedded Wallets.
  </Card>

  <Card title="Sub-organization customization" href="/sdks/react-native/sub-organization-customization" icon="file-lines" iconType="solid" horizontal>
    Learn how to customize the sub-organization settings in your React Native app,
    including wallet creation options and default usernames for different
    authentication methods.
  </Card>
</CardGroup>
