UNPKG

@danielsaraldi/react-native-blur-view

Version:
20 lines (19 loc) 361 B
"use strict"; import { StyleSheet } from 'react-native'; const zIndex = 9999; const backgroundColor = 'transparent'; export const globalStyles = StyleSheet.create({ container: { zIndex, backgroundColor }, vibrancy: { zIndex, backgroundColor }, content: { zIndex, position: 'absolute' } }); //# sourceMappingURL=global.js.map