> ## 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.

# React Native

> Turnkey's React Native SDK offerings provide a powerful way to integrate Turnkey's Embedded Wallets into your React Native applications. With features like secure authentication, wallet management, and transaction signing, you can build seamless wallet experiences directly in your mobile apps.

## @turnkey/react-native-wallet-kit

The `@turnkey/react-native-wallet-kit` is a powerful SDK that allows you to integrate Turnkey's Embedded Wallets into your React Native applications. It provides a set of UI components and easy-to-use functions, all exported from a hook, enabling you to quickly build secure embedded wallet experiences. It is built on top of the `@turnkey/core` SDK.

Head over to the [Getting Started](/sdks/react-native/overview) guide to set up your React Native app with Turnkey's Embedded Wallets, or explore the [example app](https://github.com/tkhq/sdk/tree/main/examples/with-react-native-wallet-kit) for a working reference implementation.

## @turnkey/sdk-react-native (LEGACY)

`@turnkey/sdk-react-native` is our legacy React Native SDK, which is still available for use but is not recommended for new projects.

If you're starting a new project, we recommend using `@turnkey/react-native-wallet-kit` instead.
