UNPKG

react-native-external-keyboard

Version:
10 lines (9 loc) 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Pressable = void 0; var _reactNative = require("react-native"); var _withKeyboardFocus = require("../../utils/withKeyboardFocus"); const Pressable = exports.Pressable = (0, _withKeyboardFocus.withKeyboardFocus)(_reactNative.Pressable); //# sourceMappingURL=Pressable.js.map