Skip to content

Commit

Permalink
removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
luicfrr committed May 3, 2024
1 parent 02c6194 commit 446b20e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ function FaceDetection(): JSX.Element {
{ hasPermission && cameraDevice ? <>
{ cameraMounted && <>
<Camera
// ignore ts error as we are importing Vision
// Camera types from two different sources.
// No need to use this on a real/final app.
// @ts-ignore
ref={ camera }
style={ StyleSheet.absoluteFill }
isActive={ isCameraActive }
Expand Down

0 comments on commit 446b20e

Please sign in to comment.