UNPKG

react-native-external-keyboard

Version:
4 lines 218 B
import { Pressable as RNPressable } from 'react-native'; import { withKeyboardFocus } from '../../utils/withKeyboardFocus'; export const Pressable = withKeyboardFocus(RNPressable); //# sourceMappingURL=Pressable.js.map