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 af1663e commit 6b3c8afCopy full SHA for 6b3c8af
1 file changed
apps/CommonApp/src/new_api/camera/AnimatedCameraView.tsx
@@ -20,7 +20,6 @@ const Camera = ({ ref, ...props }: CameraProps) => {
20
21
const animatedProps = useAnimatedProps(() => {
22
return {
23
- // @ts-ignore zoom value is correct
24
zoom: props.zoom.value - 1,
25
};
26
});
0 commit comments