React-native-picker-select: Can't style the icon

Created on 22 Jun 2018  路  1Comment  路  Source: lawnstarter/react-native-picker-select

I've tried making the arrow a little smaller but adding the following object to the css doesn't seem to work. However making the width to a large value like 50 does show an effect.

icon: { width: 10, height: 10 }

Most helpful comment

Sorted now using:

icon: { borderTopWidth: 7, borderBottomWidth: 0, borderLeftWidth: 7, borderRightWidth: 7, marginTop: 2, }

>All comments

Sorted now using:

icon: { borderTopWidth: 7, borderBottomWidth: 0, borderLeftWidth: 7, borderRightWidth: 7, marginTop: 2, }

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dkniffin picture dkniffin  路  3Comments

Unforgiven-wanda picture Unforgiven-wanda  路  4Comments

karajaNaji picture karajaNaji  路  3Comments

gregogalante picture gregogalante  路  4Comments

Fleuv picture Fleuv  路  8Comments