You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'}] }