Skip to content

Commit 2083fab

Browse files
author
Andrzej Antoni Kwaśniewski
committed
naming fix
1 parent 46a0533 commit 2083fab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/common-app/src/new_api/complicated/camera

apps/common-app/src/new_api/complicated/camera/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function Camera() {
115115
disableReanimated: true,
116116
});
117117

118-
const raceGesture = useCompetingGestures(
118+
const competingGesture = useCompetingGestures(
119119
pinchZoomGesture,
120120
changeCameraGesture
121121
);
@@ -128,7 +128,7 @@ export default function Camera() {
128128
takePhotoGesture
129129
);
130130
return (
131-
<GestureDetector gesture={raceGesture}>
131+
<GestureDetector gesture={competingGesture}>
132132
<View style={styles.container}>
133133
<AnimatedCameraView facing={facing} zoom={zoom} />
134134
<FilterOverlay filters={FILTERS} selected={selectedFilter} />

0 commit comments

Comments
 (0)