# createConfig | @account-kit/react-native

> Overview of the createConfig function from @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. */}

```ts
function createConfig(params): AlchemyAccountsConfig;
```

Defined in: [account-kit/react-native/src/createConfig.ts:15](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react-native/src/createConfig.ts#L15)

Creates an AlchemyAccountsConfig by using the provided parameters to configure the core settings, including the required transport. It includes a signer creation function internally.

## Parameters

<table>
  <thead>
    <tr>
      <th align="left">Parameter</th>
      <th align="left">Type</th>
      <th align="left">Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `params`
      </td>

      <td>
        `BaseCreateConfigProps`
      </td>

      <td>
        The base properties required for creating the config and establishing client store settings
      </td>
    </tr>

  </tbody>
</table>

## Returns

`AlchemyAccountsConfig`

An object of type AlchemyAccountsConfig containing the configured properties