UNPKG

@danielsaraldi/react-native-blur-view

Version:
19 lines (14 loc) 261 B
import { StyleSheet } from 'react-native'; const position = 'relative'; const zIndex = 10; export const globalStyles = StyleSheet.create({ container: { zIndex, position, overflow: 'hidden', }, content: { zIndex, position, }, });