📄️ First animation
To build your first animation you will need to use two hooks: useKeyboardAnimation or useReanimatedKeyboardAnimation.
📄️ Building own hook
Default hooks may not perfectly fit in your app, because it changes/restores softInputMode on mount/unmount of the component where it's used.
📄️ Interactive Keyboard
This guide focuses on adding an ability to dismiss keyboard interactively. Below you can see a step by step guide which will explain how different pieces of the code work together.
📄️ Compatibility
Compatibility of library with different react-native versions and architectures