Open elirangoshen opened 4 years ago
Did you find solution for this? I have the same issue.
Hi @nikolal and @elirangoshen,
Please try to increase the height
by passing height: x
to props.style
. This issue occurs because parent has a fixed height and you are trying to add a padding bigger than the component itself.
I am not sure why paddingHorizontal
would not work but I assume it is the same problem.
In any case please add a repro case so it is more clear for others to take a look and contribute
Mehmet
i have same problem, can not touch to change segment index with Android
I using this library and in ios it works great but in android it doesn't trigger any press events, only when i cancel the padding in styles its working..
React Native version: 0.63.2 Android os version: 28 Lib version: 2.2.1
that the part of code I use :