Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvo committed Jan 22, 2025
1 parent 39ffe47 commit 7468c2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/commonjs/ReactNativeZoomableView.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/commonjs/ReactNativeZoomableView.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/module/ReactNativeZoomableView.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/module/ReactNativeZoomableView.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ReactNativeZoomableView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class ReactNativeZoomableView extends Component<
prevProps.staticPinPosition?.y !== this.props.staticPinPosition?.y;

// We use a custom `onLayout` event because:
// a) the View's onLayout sometimes doesn't get called
// a) View's `onLayout` sometimes doesn't get called
// b) we use `measureInWindow` internally to keep track of layout changes
// When the client uses this, they can stay in-sync with the internal measurements,
// thus applying transformations at more accurate timings
Expand Down

0 comments on commit 7468c2a

Please sign in to comment.