UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

11 lines (10 loc) • 253 B
"use strict"; import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: StyleSheet.absoluteFillObject, background: { backgroundColor: 'white', borderRadius: 15 } }); //# sourceMappingURL=styles.js.map