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
The touchable area of arrow buttons in header overlap each other when placed close, That is ... when clicking on the right arrow the left arrow will be triggered.
Device/emulator/simulator & OS version:
issue persist on all android devices I have tested as well as emulators.
How to reproduce
When the header is styled in a way as shown in below video, or in any way that the buttons are not on either ends, you can see that clicking outside of the button or even clicking on the opposite arrow, the other arrow button gets triggered.
Solution
This is an issue with the arrowsHitslop prop having 20 as a default value, I have made a branch in local machine with the proposed solution, and would like to raise a pull request.
Screencast.from.25-08-24.10.01.00.AM.IST.webm
The text was updated successfully, but these errors were encountered:
The touchable area of arrow buttons in header overlap each other when placed close, That is ... when clicking on the right arrow the left arrow will be triggered.
issue persist on all android devices I have tested as well as emulators.
How to reproduce
When the header is styled in a way as shown in below video, or in any way that the buttons are not on either ends, you can see that clicking outside of the button or even clicking on the opposite arrow, the other arrow button gets triggered.
Solution
This is an issue with the arrowsHitslop prop having 20 as a default value, I have made a branch in local machine with the proposed solution, and would like to raise a pull request.
Screencast.from.25-08-24.10.01.00.AM.IST.webm
The text was updated successfully, but these errors were encountered: