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

25 lines (23 loc) 496 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ listContainer: { width: '100%', borderRadius: 5, overflow: 'hidden', maxHeight: 300, marginTop: 5, }, listContainerScrollView: { paddingVertical: 2, flexGrow: 1, }, dropDownModal: { backgroundColor: 'transparent', flex: 1, paddingHorizontal: 10, }, dropDownInputWrapper: { borderWidth: 0.7, height: 30 }, searchInputStyle: { borderWidth: 0, }, });