@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
21 lines (20 loc) • 504 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styles = void 0;
var _reactNative = require("react-native");
var _constants = require("../../constants");
const styles = exports.styles = _reactNative.StyleSheet.create({
container: {
padding: 10
},
indicator: {
alignSelf: 'center',
width: 7.5 * _constants.WINDOW_WIDTH / 100,
height: 4,
borderRadius: 4,
backgroundColor: 'rgba(0, 0, 0, 0.75)'
}
});
//# sourceMappingURL=styles.js.map
;