# UseFieldConfig

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

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

## Generics

- `TSchema` `extends FormSchema`
- `TFieldPath` `extends RequiredPath`

## Definition

- `UseFieldConfig`
  - `path` `ValidPath<v.InferInput<TSchema>, TFieldPath>`
