UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

6 lines (4 loc) • 168 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { ...StyleSheet.absoluteFillObject, pointerEvents: 'box-none' }, });