
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
react-native-vision-camera-zhanglei
Advanced tools
A powerful, high-performance React Native Camera library.
修复ios api 设置13 问题
'UIWindowScene' is only available in iOS 13.0 or newer/Users/zhanglei/Desktop/xm/rn_chat_0.72/node_modules/react-native-vision-camera/ios/Core/Extensions/UIApplication+interfaceOrientation.swift:12:28 'UIWindowScene' is only available in iOS 13.0 or newer
VisionCamera is a powerful, high-performance Camera library for React Native. It features:
Install VisionCamera from npm:
npm i react-native-vision-camera
cd ios && pod install
..and get started by setting up permissions!
To see VisionCamera in action, check out ShadowLens!
function App() {
const device = useCameraDevice('back')
if (device == null) return <NoCameraErrorView />
return (
<Camera
style={StyleSheet.absoluteFill}
device={device}
isActive={true}
/>
)
}
See the example app
VisionCamera is provided as is, I work on it in my free time.
If you're integrating VisionCamera in a production app, consider funding this project and contact me to receive premium enterprise support, help with issues, prioritize bugfixes, request features, help at integrating VisionCamera and/or Frame Processors, and more.
FAQs
A powerful, high-performance React Native Camera library.
The npm package react-native-vision-camera-zhanglei receives a total of 2 weekly downloads. As such, react-native-vision-camera-zhanglei popularity was classified as not popular.
We found that react-native-vision-camera-zhanglei demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.