UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

16 lines (13 loc) • 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _Touchables = require("./Touchables"); var _default = { TouchableOpacity: _Touchables.TouchableOpacity, TouchableHighlight: _Touchables.TouchableHighlight, TouchableWithoutFeedback: _Touchables.TouchableWithoutFeedback }; exports.default = _default; //# sourceMappingURL=index.js.map