> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# useNfcReader

> `useNfcReader`.

`useNfcReader`.

```ts theme={null}
import { useNfcReader } from "@endstate-sdk/reader/react";
```

```ts theme={null}
useNfcReader(options?: UseNfcReaderOptions): UseNfcReaderReturn
```

## Example

```ts theme={null}
const { state, startScanning, requestDevice, needsAuthorization } =
  useNfcReader({ onTap: (tap) => pair(tap) });
```
