Commit d073182
Summary:
I worked on a bug that require to cancel my animation on TapDown+Drag event, so to do that I need to subscribe to move event
and `onPressMove` exist on JS side but not in the `.d.ts`
## Changelog:
[GENERAL] [ADDED] - [TypeScript] Add missing `onPressMove` prop to `<Pressable />`
Pull Request resolved: #55597
Test Plan:
```tsx
<Pressable onPressMove={fn} /> // no TS error
```
Reviewed By: CalixTang
Differential Revision: D93632094
Pulled By: joevilches
fbshipit-source-id: b9dd9d5dfc89720a85ed4e66fc0bf934f573107d
1 parent 424bfe1 commit d073182
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments