UNPKG

react-native-reanimated-modal

Version:

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

10 lines (8 loc) 191 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ absolute: StyleSheet.absoluteFillObject, root: { flex: 1, justifyContent: 'center', }, });