We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a0533 commit 2083fabCopy full SHA for 2083fab
1 file changed
apps/common-app/src/new_api/complicated/camera/index.tsx
@@ -115,7 +115,7 @@ export default function Camera() {
115
disableReanimated: true,
116
});
117
118
- const raceGesture = useCompetingGestures(
+ const competingGesture = useCompetingGestures(
119
pinchZoomGesture,
120
changeCameraGesture
121
);
@@ -128,7 +128,7 @@ export default function Camera() {
128
takePhotoGesture
129
130
return (
131
- <GestureDetector gesture={raceGesture}>
+ <GestureDetector gesture={competingGesture}>
132
<View style={styles.container}>
133
<AnimatedCameraView facing={facing} zoom={zoom} />
134
<FilterOverlay filters={FILTERS} selected={selectedFilter} />
0 commit comments