Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvo committed Jan 23, 2025
1 parent cd10e14 commit fec1276
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
4 changes: 1 addition & 3 deletions 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.

4 changes: 1 addition & 3 deletions 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.

4 changes: 1 addition & 3 deletions src/ReactNativeZoomableView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1226,9 +1226,7 @@ class ReactNativeZoomableView extends Component<
style={styles.container}
{...this.gestureHandlers.panHandlers}
ref={this.zoomSubjectWrapperRef}
onLayout={() => {
this.measureZoomSubject();
}}
onLayout={this.measureZoomSubject}
>
<Animated.View
style={[
Expand Down

0 comments on commit fec1276

Please sign in to comment.