UNPKG

react-native-reanimated-modal

Version:

A lightweight and performant modal component. Designed for smooth animations, flexibility, and minimal footprint.

11 lines (10 loc) 237 B
"use strict"; import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ absolute: StyleSheet.absoluteFillObject, root: { flex: 1, justifyContent: 'center' } }); //# sourceMappingURL=styles.js.map