react-native-coachmark icon indicating copy to clipboard operation
react-native-coachmark copied to clipboard

If element is too far to the right, the arrow is a bit off

Open bitttttten opened this issue 4 years ago • 0 comments

Hey! I am loving the library so far. Right now I have an issue when there is an element that is really far to the right, the arrow doesn't look too great:

Screenshot 2020-03-20 at 11 36 44

I imagine the fix would be clamping the distance the arrow can be to the left / right? To fix it I have made a View above this area and set the coach mark to that element, which does fix the issue but the arrow now does not look like it is pointing at the correct element:

Screenshot 2020-03-20 at 11 38 25

But I am happy with this workaround but wanted to report the first issue :)

bitttttten avatar Mar 20 '20 10:03 bitttttten