Skip to content

Commit

Permalink
chore: more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Sep 23, 2024
1 parent 780d5ac commit 156c359
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
30 changes: 0 additions & 30 deletions TODO

This file was deleted.

1 change: 1 addition & 0 deletions docs/docs/recipes/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ While both `useAnimatedKeyboard` from `react-native-reanimated` and this library
|Works in `Modal` on Android|✅|🟠 <sup><small>2</small></sup>||
|Is ready-to-use library for keyboard avoidance<sup><small>3</small></sup>|✅|❌|
|`KeyboardToolbar` component|✅|❌|
|`OverKeyboardView` component|✅|❌|
<!-- prettier-ignore-end -->

> <sup>1</sup> You need to unmount all components that use `useAnimatedKeyboard`
Expand Down
2 changes: 1 addition & 1 deletion ios/views/OverKeyboardViewManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ + (void)load
[super load];

// Eagerly initialize the observer
[UIWindow sharedKeyboardWindowObserver];
(void)[UIWindow sharedKeyboardWindowObserver];
}

// MARK: Constructor
Expand Down

0 comments on commit 156c359

Please sign in to comment.