e0a8cb05cbe0d0f8aaf4dccf81f7875ba60b5dd4
				
			
			
		
	Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.2 to 17.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Vision Camera
Documentation
Install
npm i react-native-vision-camera
npx pod-install
Features
- Photo and Video capture
- Customizable device (ultra-wide-angle,wide-angle,telephotoand virtual multi-cameras)
- Customizable FPS
- JS worklet frame processors powered by JSI and Reanimated (Work in progress: #2)
- Reanimated zooming
- HDR & Night modes
See the example app
Example
function App() {
  const devices = useCameraDevices('wide-angle-camera')
  const device = devices.back
  if (device == null) return <LoadingView />
  return (
    <Camera
      style={StyleSheet.absoluteFill}
      device={device}
      isActive={true}
    />
  )
}
🚀 Get started by setting up permissions!
					Languages
				
				
								
								
									Swift
								
								29.8%
							
						
							
								
								
									Kotlin
								
								27%
							
						
							
								
								
									TypeScript
								
								17.5%
							
						
							
								
								
									C++
								
								11.1%
							
						
							
								
								
									Objective-C++
								
								7%
							
						
							
								
								
									Other
								
								7.6%
							
						
					
