UNPKG

react-native-keyboard-controller

Version:

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

42 lines (41 loc) • 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useAnimatedKeyboardHandler = void 0; Object.defineProperty(exports, "useAnimatedProps", { enumerable: true, get: function () { return _reactNativeReanimated.useAnimatedProps; } }); Object.defineProperty(exports, "useAnimatedReaction", { enumerable: true, get: function () { return _reactNativeReanimated.useAnimatedReaction; } }); Object.defineProperty(exports, "useAnimatedStyle", { enumerable: true, get: function () { return _reactNativeReanimated.useAnimatedStyle; } }); Object.defineProperty(exports, "useDerivedValue", { enumerable: true, get: function () { return _reactNativeReanimated.useDerivedValue; } }); exports.useFocusedInputLayoutHandler = void 0; Object.defineProperty(exports, "useHandler", { enumerable: true, get: function () { return _reactNativeReanimated.useHandler; } }); var _reactNativeReanimated = require("react-native-reanimated"); const NOOP = () => () => {}; const useAnimatedKeyboardHandler = exports.useAnimatedKeyboardHandler = NOOP; const useFocusedInputLayoutHandler = exports.useFocusedInputLayoutHandler = NOOP; //# sourceMappingURL=reanimated.js.map