UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

9 lines • 295 B
import { TouchableHighlight, TouchableOpacity, TouchableWithoutFeedback // @ts-ignore } from './Touchables'; export default { TouchableOpacity: TouchableOpacity, TouchableHighlight: TouchableHighlight, TouchableWithoutFeedback: TouchableWithoutFeedback }; //# sourceMappingURL=index.js.map