You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
I cannot build the app on android using react-native 0.68
This is the error I got :
FAILURE: Build failed with an exception.
Execution failed for task ':vision-camera-code-scanner:verifyReleaseResources'.
This is my package.json :
{
"@gorhom/portal": "^1.0.14",
"@react-native-async-storage/async-storage": "^1.17.9",
"@react-native-community/hooks": "^2.8.1",
"@react-native-community/netinfo": "^8.3.0",
"@react-native-masked-view/masked-view": "^0.2.7",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/elements": "^1.3.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@react-navigation/stack": "^6.2.2",
"@reduxjs/toolkit": "^1.8.5",
"@sentry/react-native": "^4.2.4",
"@shopify/restyle": "^2.1.0",
"axios": "^0.27.2",
"events": "^3.3.0",
"formik": "^2.2.9",
"i18n-iso-countries": "^7.5.0",
"i18n-js": "^3.9.2",
"moment": "^2.29.4",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-config": "^1.4.6",
"react-native-country-flag": "^1.1.6",
"react-native-device-info": "^10.0.2",
"react-native-gesture-handler": "^2.5.0",
"react-native-localize": "^2.2.3",
"react-native-reanimated": "^2.10.0",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.16.0",
"react-native-sound": "^0.11.2",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^13.0.0",
"react-native-vector-icons": "^9.2.0",
"react-native-vision-camera": "^2.14.1",
"react-query": "^3.39.2",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"use-debounce": "^8.0.3",
"vision-camera-code-scanner": "^0.2.0",
"yup": "^0.32.11"
}
The text was updated successfully, but these errors were encountered: