UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

10 lines (9 loc) • 225 B
"use strict"; import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { ...StyleSheet.absoluteFillObject, pointerEvents: 'box-none' } }); //# sourceMappingURL=styles.js.map