UNPKG

react-native-material-elements

Version:

React native material elements is a sophisticated UI library crafted to enhance your React Native development workflow. Designed for simplicity and elegance, nex-ui provides a rich collection of components and utilities to effortlessly create polished mob

11 lines (8 loc) 222 B
import { ViewStyle } from 'react-native'; export const createModalBackgroundStyles = (): ViewStyle => { const baseStyles: ViewStyle = { flex: 1, backgroundColor: 'rgba(0,0,0,0.5)', }; return baseStyles; };