🗃️ Hooks
2 items
📄️ KeyboardControllerView
A plain react-native View with some additional methods and props. Used internally in KeyboardProvider
📄️ KeyboardController
KeyboardController is an object which has two functions:
📄️ KeyboardEvents
This library exposes 4 events which are available on all platforms:
📄️ 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.