SteffeyDev / react-native-popover-view

A well-tested, adaptable, lightweight <Popover> component for react-native
MIT License
613 stars 92 forks source link

Arrow origin issue for item partially out of view in the left #97

Closed RajRohitYadav closed 3 years ago

RajRohitYadav commented 3 years ago

Describe the bug If Origin of popover goes out of view even a little bit on the left side, the popover arrow starts from the edge of the device. Ideally, the arrow should start from the edge of the origin. Can be compared with the right side for verificaion. Check the video below.

Device/Setup Info:

Video https://www.youtube.com/watch?v=57CpNwRoZ3w

Screenshots https://user-images.githubusercontent.com/12390240/114262919-2a94bb80-9a00-11eb-8b02-22b0661762ee.png

Debug Output Nothing specific.

SteffeyDev commented 3 years ago

Thanks for the write-up, I'll try to have this fixed for next release.

SteffeyDev commented 3 years ago

I found the issue, this will be fixed in next release (v4.0.0)

SteffeyDev commented 3 years ago

Fixed in 4.0.0

SteffeyDev commented 3 years ago

Re-open if it does not work for you