UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

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