react-native-vision-camera icon indicating copy to clipboard operation
react-native-vision-camera copied to clipboard

πŸ“Έ A powerful, high-performance React Native Camera library.

Results 489 react-native-vision-camera issues
Sort by recently updated
recently updated
newest added

Bumps [react-native](https://github.com/facebook/react-native) from 0.66.4 to 0.68.1. Release notes Sourced from react-native's releases. 0.68.1 Changed Android specific Bump React Native Gradle plugin to 0.0.6 (9573d7b84d by @​cortinico) Don't require yarn for...

πŸ›  dependencies
β˜•οΈ js

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.13.0. Release notes Sourced from eslint's releases. v8.13.0 Features 274acbd feat: fix no-eval logic for this in arrow functions (#15755) (Milos Djermanovic) Bug Fixes 97b57ae...

πŸ›  dependencies
β˜•οΈ js

## What This PR fixes build issues on Android for React Native 0.69 ## Changes * build.gradle adjustments for react-native 0.69 * CMake adjustments for react-native 0.69 ## Tested on...

### What were you trying to do? We noticed that the Camera is still streaming frames even after the component is unmounted. This is made apparent by the green dot...

πŸ› bug

### What were you trying to do? I want to build the Android project. Because I am using react-native-reanimated in combination with react-native-vision-camera, it crashes. "react": "18.0.0", "react-native": "0.69.3", "react-native-reanimated":...

πŸ› bug

### What were you trying to do? When I try to build my application he gaves me this error. React-native: 0.69.3 ### Reproduceable Code ```tsx * Where: Build file 'C:\Users\CristianoA\Desktop\LoginReactTypescript\node_modules\react-native-vision-camera\android\build.gradle'...

πŸ› bug

### What were you trying to do? On some Android devices (Google Pixel 2) the camera returns from `onInitialized` yet doesn't seem ready to capture. If I put a `setTimeout`...

πŸ› bug

### What were you trying to do? Hello I'm having issues using callbacks as arguments for my exported function. I would like to use something like this in my frame...

πŸ› bug

Bumps gradle from 4.2.2 to 7.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=4.2.2&new-version=7.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

πŸ€– android
πŸ›  dependencies

### What were you trying to do? When I run `npm i react-native-vision-camera` and `npm run android`, the error `':react-native-vision-camera:compileDebugKotlin'` appears. I have downgraded the react-native-vision-camera to 2.13.0 and raised...

πŸ› bug