@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
11 lines (10 loc) • 310 B
JavaScript
import { TouchableHighlight, TouchableOpacity, TouchableWithoutFeedback
// @ts-ignore
} from './Touchables';
export default {
TouchableOpacity: TouchableOpacity,
TouchableHighlight: TouchableHighlight,
TouchableWithoutFeedback: TouchableWithoutFeedback
};
//# sourceMappingURL=index.js.map
;