Skip to content

Commit d5739b9

Browse files
regina2kcortinico
andauthored
Adding onPressMove description (#4543)
Co-authored-by: Nicola Corti <[email protected]>
1 parent 5dcf26d commit d5739b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)