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
22 lines (20 loc) • 449 B
text/typescript
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 },
});