n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

DropDown alignment #149

Open Ahmed-Imam opened 5 years ago

Ahmed-Imam commented 5 years ago

How to align the drop down text to the right ?

kumarutsav111 commented 4 years ago

node-modules-> React-native-material-dropdown->src->components->dropdown->index.js add allowFontScaling= {false} , like
<DropdownItem index={index} {...props}> <Text allowFontScaling= {false} style={[styles.item, itemTextStyle, textStyle]} numberOfLines={1}> {title}