react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.47k stars 277 forks source link

disable dynamic font scaling of app on Picker item #463

Open atiq4112 opened 1 year ago

atiq4112 commented 1 year ago

How to disable dynamic font scaling of app on Picker item of @react-native-picker/picker?. I added allowFontScaling={false} but does not working. <Picker style={styles.picker} lineColor={colors.white} selectedValue={selectedIndex} itemStyle={[styles.item, { color: colors.white }]} onValueChange={onValueChange} allowFontScaling={false}

{items && items.map((item, i) => )}

donni106 commented 1 year ago

Duplicate of #130, right?