Skip to content

Commit f63b29f

Browse files
authored
Update pressable.md
Adding onPressMove description
1 parent f342596 commit f63b29f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/pressable.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,14 @@ Called immediately when a touch is engaged, before `onPressOut` and `onPress`.
204204
| ------------------------------------------------------ |
205205
| `md ({nativeEvent: [PressEvent](pressevent)}) => void` |
206206

207+
### `onPressMove`
208+
209+
Called when the press location moves.
210+
211+
| Type |
212+
| ------------------------------------------------------ |
213+
| `md ({nativeEvent: [PressEvent](pressevent)}) => void` |
214+
207215
### `onPressOut`
208216

209217
Called when a touch is released.

0 commit comments

Comments
 (0)