Skip to content

Commit 4873ff4

Browse files
author
thomasvo
committed
doc
1 parent 3cd1445 commit 4873ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ These events can be used to work with data after specific events.
198198
| onZoomAfter | Will be called, while the user pinches the screen, but after the values have changed already | event, gestureState, zoomableViewEventObject | {boolean} if this returns true, ZoomableView will not process the pinch, otherwise it will |
199199
| onZoomEnd | Will be called after pinchzooming has ended | event, gestureState, zoomableViewEventObject | {boolean} if this returns true, ZoomableView will not process the pinch, otherwise it will |
200200
| onLongPress | Will be called after the user pressed on the image for a while | event, gestureState | void |
201-
| onSizeChange | Will be called when the size of the zoomable view changes. This is more reliable than `onLayout`. Sometimes `onLayout` doesn't get called, and we're using `measureInWindow` to measure and update sizes. Using this event helps you stay in-sync with the component's internal measurements | width, height, x, y (from `measureInWindow`) | void |
201+
| onLayout | Will be called when the size of the zoomable view changes. This is more reliable than `onLayout`. Sometimes `onLayout` doesn't get called, and we're using `measureInWindow` to measure and update sizes. Using this event helps you stay in-sync with the component's internal measurements | width, height, x, y (from `measureInWindow`) | void |
202202

203203
#### Methods
204204

0 commit comments

Comments
 (0)