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
Describe the bug
After adding the lib with yarn and compiling, I found it was not even compiling. I found an issue about it, and it is fixed in v14, but this one is labelled beta.
Because of that and some other reasons, I decided not to adopt this library.
I would recommend that you provide a 13.0.1 version with that fixed. That would at least give more confidence in this lib.
To Reproduce
yarn add react-native-camera-kit
compile the native side
Having the below error
'compileDebugJavaWithJavac' task (current target is 11) and 'compileDebugKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
e: .../node_modules/react-native-camera-kit/android/src/main/java/com/rncamerakit/CKCamera.kt: (183, 17): 'onScale' overrides nothing
Expected behavior
Having the latest stable version compiled out of the box
Additional context
Yes, I know this was already reported and fixed in 14Beta, but it is beta version....
The text was updated successfully, but these errors were encountered:
dprevost-LMI
changed the title
Latest non stable version not compiling?
Latest stable version not compiling?
Nov 3, 2023
Describe the bug
After adding the lib with yarn and compiling, I found it was not even compiling. I found an issue about it, and it is fixed in v14, but this one is labelled beta.
Because of that and some other reasons, I decided not to adopt this library.
I would recommend that you provide a 13.0.1 version with that fixed. That would at least give more confidence in this lib.
To Reproduce
yarn add
react-native-camera-kit
compile the native side
Having the below error
Expected behavior
Having the latest stable version compiled out of the box
Additional context
Yes, I know this was already reported and fixed in 14Beta, but it is beta version....
The text was updated successfully, but these errors were encountered: