UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

10 lines (9 loc) • 223 B
"use strict"; import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ backdrop: { ...StyleSheet.absoluteFillObject, backgroundColor: 'black' } }); //# sourceMappingURL=styles.js.map