Skip to content

Commit

Permalink
docs: fix spells (#160)
Browse files Browse the repository at this point in the history
## 📜 Description

Fixed spells in documentation.

## 💡 Motivation and Context

To produce better quality of documentation 🙃 

## 📢 Changelog

### Docs
- changed `ShareValues` -> `SharedValues`;

## 🤔 How Has This Been Tested?

Tested on localhost:3000

## 📝 Checklist

- [x] CI successfully passed
  • Loading branch information
kirillzyusko authored Jun 1, 2023
1 parent ba07513 commit c60cc78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Both of them return an object with two properties: `progress` and `height` (depe
:::

:::caution
`useReanimatedKeyboardAnimation` works only with `ShareValues`, i.e. it is not compatible with Reanimated v1 API.
`useReanimatedKeyboardAnimation` works only with `SharedValues`, i.e. it is not compatible with Reanimated v1 API.
:::

## Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Both of them return an object with two properties: `progress` and `height` (depe
:::

:::caution
`useReanimatedKeyboardAnimation` works only with `ShareValues`, i.e. it is not compatible with Reanimated v1 API.
`useReanimatedKeyboardAnimation` works only with `SharedValues`, i.e. it is not compatible with Reanimated v1 API.
:::

## Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Both of them return an object with two properties: `progress` and `height` (depe
:::

:::caution
`useReanimatedKeyboardAnimation` works only with `ShareValues`, i.e. it is not compatible with Reanimated v1 API.
`useReanimatedKeyboardAnimation` works only with `SharedValues`, i.e. it is not compatible with Reanimated v1 API.
:::

## Example
Expand Down

0 comments on commit c60cc78

Please sign in to comment.