@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
16 lines (12 loc) • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styles = void 0;
var _reactNative = require("react-native");
const styles = _reactNative.StyleSheet.create({
container: { ..._reactNative.StyleSheet.absoluteFillObject
}
});
exports.styles = styles;
//# sourceMappingURL=styles.js.map