# account-kit/react-native

> Overview of account-kit/react-native

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

> **Note:** Use [`@alchemy/wallet-apis`](https://www.npmjs.com/package/@alchemy/wallet-apis) for new integrations. It is currently in beta.

React Native components and hooks for integrating smart accounts into mobile applications.

## Getting started

```bash
npm i @account-kit/react-native
```

## Type Aliases

| Type Alias                                                                                                            | Description |
| :-------------------------------------------------------------------------------------------------------------------- | :---------- |
| [AlchemyAccountContextProps](/wallets/reference/account-kit/react-native/type-aliases/AlchemyAccountContextProps)     | -           |
| [AlchemyAccountsProviderProps](/wallets/reference/account-kit/react-native/type-aliases/AlchemyAccountsProviderProps) | -           |

## Functions

| Function                                                                                                | Description                                                                                                                                                                            |
| :------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AlchemyAccountProvider](/wallets/reference/account-kit/react-native/components/AlchemyAccountProvider) | Provider for Alchemy accounts.                                                                                                                                                         |
| [createConfig](/wallets/reference/account-kit/react-native/functions/createConfig)                      | Creates an AlchemyAccountsConfig by using the provided parameters to configure the core settings, including the required transport. It includes a signer creation function internally. |