Commit 50cc01d
fix: snapTo inside sheet content android (#119)
Hi, as many folks here I was facing an issue with using snapTo on a touchable element inside sheet content. In my case, it was a button based on TouchableOpacity.
After a few hours of debugging, I found that on Android whenever any touchable element inside sheet is beeing touched this.panMasterState is not END but CANCELLED. That's why cond that should start spring animation is not evet evaluated.
I think this closes at least #76 #16 #691 parent 08e3d43 commit 50cc01d
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
378 | 381 | | |
379 | 382 | | |
380 | 383 | | |
| |||
0 commit comments