There's a prop renderSeperator in this library as mentioned in this pull request but it's not documented in Readme.
So try this
<DropDownPicker
....
renderSeperator={() => <View style={{ backgroundColor: '#000', height: 1 }}>}
/>
and remove this part from current itemStyle
borderBottomWidth: 1,
borderBottomColor: '#000',
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…