UNPKG

react-native-keyboard-controller

Version:

Keyboard manager which works in identical way on both iOS and Android

5 lines • 293 B
export { useAnimatedProps, useAnimatedReaction, useAnimatedStyle, useDerivedValue, useHandler } from "react-native-reanimated"; const NOOP = () => () => {}; export const useAnimatedKeyboardHandler = NOOP; export const useFocusedInputLayoutHandler = NOOP; //# sourceMappingURL=reanimated.js.map