
have line between top and right with this style
`arrowStyle: {
borderRightColor: '#FFFFFF',
borderTopColor: '#FFFFFF',
}`
need like this style in below to not have line in between
arrowStyle: { borderLeftColor: '#FFFFFF', borderTopColor: 'transparent', borderBottomColor: '#FFFFFF', transform: [{rotate: '180deg'}] }