# FieldArrayStore

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

Reactive field array store interface with properties for managing array fields.

## Generics

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

## Definition

- `FieldArrayStore`
  - `path` `ValidArrayPath<v.InferInput<TSchema>, TFieldArrayPath>`
  - `items` `string[]`
  - `errors` `[string, ...string[]] | null`
  - `isTouched` `boolean`
  - `isEdited` `boolean`
  - `isDirty` `boolean`
  - `isValid` `boolean`
