Scandit / scandit-react-native-datacapture-barcode

0 stars 4 forks source link

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

Open marlonmoncoresfriday opened 2 weeks ago

marlonmoncoresfriday commented 2 weeks ago

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 commented 2 weeks ago

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.