UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

15 lines (14 loc) • 380 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: _reactNative.StyleSheet.absoluteFillObject, background: { backgroundColor: 'white', borderRadius: 15 } }); //# sourceMappingURL=styles.js.map