@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
13 lines (12 loc) • 389 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _Touchables = require("./Touchables");
var _default = exports.default = {
TouchableOpacity: _Touchables.TouchableOpacity,
TouchableHighlight: _Touchables.TouchableHighlight,
TouchableWithoutFeedback: _Touchables.TouchableWithoutFeedback
};
//# sourceMappingURL=index.js.map
;