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
}
Sorted now using:
icon: {
borderTopWidth: 7,
borderBottomWidth: 0,
borderLeftWidth: 7,
borderRightWidth: 7,
marginTop: 2,
}
Most helpful comment
Sorted now using:
icon: { borderTopWidth: 7, borderBottomWidth: 0, borderLeftWidth: 7, borderRightWidth: 7, marginTop: 2, }