# @gluestack-ui/hooks

## Installation

To use `@gluestack-ui/hooks`, all you need to do is install the
`@gluestack-ui/hooks` package:

```sh
$ yarn add @gluestack-ui/hooks

# or

$ npm i @gluestack-ui/hooks
```

## Usage

This package provides hooks that are used in gluestack-ui

More information about implementation of hooks is available
[here](https://github.com/gluestack/gluestack-ui/blob/development/packages/hooks/src/index.ts).
