Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
szydlovsky committed Jan 17, 2025
1 parent 7cb7bd3 commit 6c4c341
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/docs-reanimated/docs/device/useAnimatedKeyboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ import AnimatedKeyboardSrc from '!!raw-loader!@site/src/examples/AnimatedKeyboar

- On Android SDK < 30, when status bar is hidden, the keyboard reverts to the default Android behavior.

- <AvailableFrom version={"coming soon"} />
On iPad, when the keyboard is floating, the hook will always return height: `0` and state: `CLOSED`.
- <AvailableFrom version={'coming soon'} /> On iPad, when the keyboard is floating,
the hook will always return height: <code>0</code>
and state: <code>CLOSED</code>.

## Platform compatibility

Expand Down

0 comments on commit 6c4c341

Please sign in to comment.