🗃️ 🎣 Hooks
3 items
🗃️ 📚 Components
4 items
📄️ KeyboardProvider
KeyboardProvider should wrap your app. Under the hood it works with KeyboardControllerView to receive events during keyboard movements, maps these events to Animated/Reanimated values and store them in context.
📄️ KeyboardControllerView
A plain react-native View with some additional methods and props. Used internally in KeyboardProvider
📄️ KeyboardGestureArea
KeyboardGestureArea allows you to define a region on the screen, where gestures will control the keyboard position.
📄️ KeyboardController
The KeyboardController module in React Native provides a convenient set of methods for managing the behavior of the keyboard. With seamless runtime adjustments, this module allows developers to dynamically change the windowSoftInputMode on Android and dismiss the keyboard on both platforms.
📄️ KeyboardEvents
This library exposes 4 events which are available on all platforms:
📄️ OverKeyboardView
Display views over keyboard without closing it.