Commit 708f99a
authored
## Description
Row position and `opacity` depend on different SharedValue, which may
lead to them animating out of sync. Since we already have `overflow:
hidden;` setting `opacity` is not required.
Fixes #3897
## Test plan
Tested on the existing Swipeable examples.
1 parent cd952bf commit 708f99a
1 file changed
Lines changed: 0 additions & 2 deletions
File tree
- packages/react-native-gesture-handler/src/components/ReanimatedSwipeable
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
396 | 395 | | |
397 | 396 | | |
398 | 397 | | |
| |||
426 | 425 | | |
427 | 426 | | |
428 | 427 | | |
429 | | - | |
430 | 428 | | |
431 | 429 | | |
432 | 430 | | |
| |||
0 commit comments