UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

23 lines (22 loc) • 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; var _reactNative = require("react-native"); const styles = exports.styles = _reactNative.StyleSheet.create({ container: { flexDirection: 'column-reverse', position: 'absolute', top: 0, left: 0, right: 0 }, contentContainer: { overflow: 'visible' }, contentMaskContainer: { overflow: 'hidden' } }); //# sourceMappingURL=styles.js.map