UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

10 lines (8 loc) • 207 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: StyleSheet.absoluteFillObject, background: { backgroundColor: 'white', borderRadius: 15, }, });