-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
🔧 build errorIssue is related to building VisionCamera in your projectIssue is related to building VisionCamera in your project
Description
How were you trying to build the app?
i came across the error while running yarn android
Full build logs
> Task :react-native-vision-camera:compileDebugKotlin FAILED
[Incubating] Problems report is available at: file:///Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.11.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
522 actionable tasks: 518 executed, 4 up-to-date
info 💡 Tip: Make sure that you have set up your development environment correctly, by running react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor
Recrawled this watch 3 times, most recently because:
MustScanSubDirs UserDroppedTo resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
To clear this warning, run:
`watchman watch-del '/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse' ; watchman watch-project '/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse'`
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:2322:18: warning: the variable "DebuggerInternal" was not declared in function "__shouldPauseOnThrow"
typeof DebuggerInternal !== 'undefined' &&
^~~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:5985:7: warning: the variable "setTimeout" was not declared in function "logCapturedError"
setTimeout(function () {
^~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:3954:108: warning: the variable "nativeFabricUIManager" was not declared in function "onChange"
...lInstanceHandle ? (from && nativeFabricUIManager.setIsJSResponder(from.sta...
^~~~~~~~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:4566:21: warning: the variable "clearTimeout" was not declared in anonymous function " 101#"
cancelTimeout = clearTimeout;
^~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:8316:30: warning: the variable "__REACT_DEVTOOLS_GLOBAL_HOOK__" was not declared in anonymous function " 101#"
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:10657:5: warning: the variable "setImmediate" was not declared in function "handleResolved"
setImmediate(function () {
^~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:14906:12: warning: the variable "fetch" was not declared in anonymous function " 350#"
fetch: fetch,
^~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:14907:14: warning: the variable "Headers" was not declared in anonymous function " 350#"
Headers: Headers,
^~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:14908:14: warning: the variable "Request" was not declared in anonymous function " 350#"
Request: Request,
^~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:14909:15: warning: the variable "Response" was not declared in anonymous function " 350#"
Response: Response
^~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:15066:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer"
var reader = new FileReader();
^~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:15117:36: warning: the variable "Blob" was not declared in anonymous function " 361#"
} else if (support.blob && Blob.prototype.isPrototypeOf(body)) {
^~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:15119:40: warning: the variable "FormData" was not declared in anonymous function " 361#"
} else if (support.formData && FormData.prototype.isPrototypeOf(body)) {
^~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:15121:44: warning: the variable "URLSearchParams" was not declared in anonymous function " 361#"
...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body...
^~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:15240:26: warning: the variable "AbortController" was not declared in anonymous function " 367#"
var ctrl = new AbortController();
^~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:15374:23: warning: the variable "XMLHttpRequest" was not declared in anonymous function " 371#"
var xhr = new XMLHttpRequest();
^~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:14919:71: warning: the variable "self" was not declared in anonymous function " 353#"
...undefined' && globalThis || typeof self !== 'undefined' && self ||
^~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:23671:27: warning: the variable "performance" was not declared in anonymous function " 646#"
if ("object" === typeof performance && "function" === typeof performance.no...
^~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:23694:26: warning: the variable "navigator" was not declared in anonymous function " 646#"
"undefined" !== typeof navigator && undefined !== navigator.scheduling && u...
^~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:23804:37: warning: the variable "MessageChannel" was not declared in anonymous function " 646#"
};else if ("undefined" !== typeof MessageChannel) {
^~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:23819:34: warning: the variable "nativeRuntimeScheduler" was not declared in anonymous function " 646#"
... = "undefined" !== typeof nativeRuntimeScheduler ? nativeRuntimeScheduler....
^~~~~~~~~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:33559:34: warning: the variable "requestAnimationFrame" was not declared in function "start 9#"
... this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this));
^~~~~~~~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:94965:20: warning: the variable "localStorage" was not declared in function "ColorSchemeStore"
if (typeof localStorage !== "undefined") {
^~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:113270:21: warning: the variable "queueMicrotask" was not declared in anonymous function " 2920#"
var asap = typeof queueMicrotask !== 'undefined' ? queueMicrotask.bind(_glo...
^~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:113818:76: warning: the variable "Buffer" was not declared in function "convertValue"
... 'function' ? new Blob([value]) : Buffer.from(value);
^~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:126732:20: warning: the variable "WeakRef" was not declared in anonymous function " 3426#"
var Ref = typeof WeakRef !== "undefined" ? WeakRef : StrongRef;
^~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:137309:11: warning: the variable "_WORKLET" was not declared in function "assertEasingIsWorklet"
if (_WORKLET) {
^~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:138760:114: warning: the variable "location" was not declared in function "registerSensor"
...E(_dependencyMap[4]).isWeb)() && location.protocol !== 'https:' ? ' Make s...
^~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:139216:26: warning: Direct call to eval(), but lexical scope is not supported.
workletFun = eval('(' + initData.code + '\n)');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:139239:112: warning: the variable "_toString" was not declared in function "valueUnpacker"
...recognized by value unpacker: "${_toString(objectToUnpack)}".`);
^~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:153920:27: warning: the variable "HTMLElement" was not declared in function "findDescendantWithExitingAnimation"
if (!(node instanceof HTMLElement)) {
^~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:153947:24: warning: the variable "MutationObserver" was not declared in function "addHTMLMutationObserver"
var observer = new MutationObserver(function (mutationsList) {
^~~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:156141:41: warning: the variable "getComputedStyle" was not declared in function "fixElementPosition"
...entBorderTopValue = parseInt(getComputedStyle(parent).borderTopWidth);
^~~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:156476:26: warning: the variable "structuredClone" was not declared in function "createAnimationWithInitialValues"
var animationStyle = structuredClone(_$$_REQUIRE(_dependencyMap[6]).Anima...
^~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:160328:26: warning: the variable "_getAnimationTimestamp" was not declared in function "computeEasingProgress"
var elapsedTime = (_getAnimationTimestamp() - startingTimestamp) / 1000;
^~~~~~~~~~~~~~~~~~~~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:160698:5: warning: the variable "jest" was not declared in function "beforeTest"
jest.useFakeTimers();
^~~~
/Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/android/app/build/generated/assets/createBundleGeneralDebugJsAndAssets/index.android.bundle:260674:16: warning: the variable "SharedArrayBuffer" was not declared in function "from 1#"
if (typeof SharedArrayBuffer !== 'undefined' && (isInstance(value, Shared...
^~~~~~~~~~~~~~~~~
Note: /Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/@notifee/react-native/android/src/main/java/io/invertase/notifee/NotifeeReactUtils.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/@react-native-async-storage/async-storage/android/src/javaPackage/java/com/reactnativecommunity/asyncstorage/AsyncStoragePackage.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/react-native-bootsplash/android/src/main/java/com/zoontek/rnbootsplash/RNBootSplashDialog.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/react-native-camera/android/src/main/java/com/google/android/cameraview/Camera2.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/@react-native-clipboard/clipboard/android/src/main/java/com/reactnativecommunity/clipboard/ClipboardPackage.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/@react-native-community/slider/android/src/oldarch/java/com/reactnativecommunity/slider/ReactSliderManager.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/react-native-document-picker/android/src/main/java/com/reactnativedocumentpicker/RNDocumentPickerModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/react-native-navigation-bar-color/android/src/main/java/com/thebylito/navigationbarcolor/NavigationBarColorModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
e: file:///Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt:10:46 Unresolved reference: FrameworkAPI
e: file:///Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt:17:8 Unresolved reference: FrameworkAPI
e: file:///Users/ibrahim.abdullahi-idiagbon/Desktop/ob/optimus.bank.optiverse/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt:17:8 An annotation argument must be a compile-time constant
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-vision-camera:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 2m 14s
error Failed to install the app.
info Run CLI with --verbose flag for more details.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Project dependencies
{
"name": "optiversev2",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"setup": "yarn install && cd ios/ && pod install && cd .. && yarn android && yarn ios",
"start": "react-native start",
"build": "cd android/ && ./gradlew assembleRelease",
"production": "cd android/ && ./gradlew bundleRelease",
"clean": "react-native clean",
"pod": "cd ios/ && bundle install && pod install",
"test": "jest",
"build apk": "cd android && ./gradlew assembleRelease && ./gradlew bundleRelease",
"postinstall": "echo 'Postinstall script running'; node scripts/postinstall.js"
},
"dependencies": {
"@notifee/react-native": "^9.1.8",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/slider": "^4.4.3",
"@react-native-firebase/analytics": "^21.10.1",
"@react-native-firebase/app": "^21.10.1",
"@react-native-firebase/messaging": "^21.10.1",
"@react-native-ml-kit/face-detection": "^1.3.2",
"@react-native/assets-registry": "^0.75.4",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@reduxjs/toolkit": "^2.0.1",
"@types/crypto-js": "^4.2.1",
"add": "^2.0.6",
"axios": "^1.6.2",
"base-64": "^1.0.0",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"expo-status-bar": "^1.7.1",
"hermes-engine": "^0.11.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-animatable": "^1.4.0",
"react-native-animated-pagination-dot": "^0.4.0",
"react-native-base64": "^0.2.1",
"react-native-biometrics": "^3.0.1",
"react-native-blob-util": "^0.19.8",
"react-native-bootsplash": "^5.4.1",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-camera": "^4.2.1",
"react-native-check-version": "^1.3.0",
"react-native-circular-progress": "^1.4.1",
"react-native-config": "1.4.6",
"react-native-contacts": "^7.0.8",
"react-native-date-picker": "^4.3.3",
"react-native-device-info": "^14.0.4",
"react-native-document-picker": "^9.1.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-flash-message": "^0.4.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "2.13.4",
"react-native-image-crop-picker": "^0.41.2",
"react-native-keychain": "^10.0.0",
"react-native-navigation-bar-color": "^2.0.2",
"react-native-otp-textinput": "^1.1.3",
"react-native-pager-view": "6.4.1",
"react-native-pdf": "^6.7.4",
"react-native-permissions": "^4.1.5",
"react-native-phone-call": "^1.2.0",
"react-native-picker-select": "^9.0.1",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-raw-bottom-sheet": "^3.0.0",
"react-native-reanimated": "3.15.1",
"react-native-safe-area-context": "^4.7.3",
"react-native-screens": "~4.3.0",
"react-native-share": "^10.0.2",
"react-native-smooth-pincode-input-vcb": "^1.0.0",
"react-native-snap-carousel": "^1.3.1",
"react-native-svg": "^13.14.0",
"react-native-touchable-scale": "^2.2.0",
"react-native-uuid": "^2.0.1",
"react-native-vision-camera": "^4.7.0",
"react-native-worklets-core": "^1.6.0",
"react-pdf": "^7.7.0",
"react-redux": "^9.0.2",
"sonner": "^1.4.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@testing-library/react-native": "^13.2.0",
"@tsconfig/react-native": "^3.0.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.0.24",
"@types/react-native-snap-carousel": "^3.8.7",
"@types/react-test-renderer": "^18.0.0",
"@types/uuid": "^9.0.7",
"babel-jest": "^29.2.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.19.0",
"eslint-plugin-testing-library": "^7.2.1",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.8",
"obfuscator-io-metro-plugin": "^2.1.3",
"prettier": "^2.4.1",
"react-native-svg-transformer": "^1.1.0",
"react-test-renderer": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16"
},
"description": "This is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}
VisionCamera Version
4.7.0
Target platforms
Android
Operating system
MacOS
Can you build the VisionCamera Example app?
I didn't try (
Additional information
- I am using Expo
- I have enabled Frame Processors (react-native-worklets-core)
- I have read the Troubleshooting Guide
- I agree to follow this project's Code of Conduct
- I searched for similar issues in this repository and found none.
Metadata
Metadata
Assignees
Labels
🔧 build errorIssue is related to building VisionCamera in your projectIssue is related to building VisionCamera in your project