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