# UseFieldArrayConfig

> This document is the Markdown version of [formisch.dev/react-native/api/UseFieldArrayConfig/](https://formisch.dev/react-native/api/UseFieldArrayConfig/). For the complete documentation index, see [llms.txt](https://formisch.dev/llms.txt).

Configuration object for creating a field array store with [`useFieldArray`](/react-native/api/useFieldArray.md).

## Generics

- `TSchema` `extends FormSchema`
- `TFieldArrayPath` `extends RequiredPath`

## Definition

- `UseFieldArrayConfig`
  - `path` `ValidArrayPath<v.InferInput<TSchema>, TFieldArrayPath>`
