skip to Main Content

Is there a way to set numberOfLines to 1 of each entry in the dropdown picker? (react-native-dropdown-picker) – React native

Code: <DropDownPicker //code here style={styles.dropdown_container} textStyle={styles.dropdown_itemstyle} props={{style: styles.dropdown_container}} itemProps={{ style: { height: 30, paddingHorizontal: '3%', flexDirection: 'row', }, }} showTickIcon={false} flatListProps={{ style: { backgroundColor: COLORS.dirty_white, borderRadius: 6, borderColor: COLORS.gray_filter, borderWidth: 1, paddingTop: '2%', }, }} dropDownContainerStyle={{ borderWidth: 0, }} zIndex={5001}…

VIEW QUESTION
Back To Top
Search