UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

11 lines (10 loc) • 310 B
"use strict"; import { TouchableHighlight, TouchableOpacity, TouchableWithoutFeedback // @ts-ignore } from './Touchables'; export default { TouchableOpacity: TouchableOpacity, TouchableHighlight: TouchableHighlight, TouchableWithoutFeedback: TouchableWithoutFeedback }; //# sourceMappingURL=index.js.map