Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SparkScanViewManager.kt:30:5 'addView' overrides nothing #13

Open
marlonmoncoresfriday opened this issue Aug 28, 2024 · 1 comment
Open

Comments

@marlonmoncoresfriday
Copy link

Environment:

"react": "18.3.1",
"react-native": "0.75.2",
"scandit-react-native-datacapture-barcode": "6.26.0",
"scandit-react-native-datacapture-core": "6.26.0",

Error building android app.
If i change the node_modules manually
from:
override fun addView(parent: SparkScanCoordinatorLayout?, child: View?, index: Int)
to:
override fun addView(parent: SparkScanCoordinatorLayout, child: View, index: Int)

the build works and also the library. But change it manually is not an option for a production release.

@ScanditSupport
Copy link
Collaborator

Hi @marlonmoncoresfriday,

My apologies for the issue you are experiencing, we are aware of the problem and are planning to release a fix in the upcoming 6.26.1 SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants