Rajesh Chodavarapu

Results 3 comments of Rajesh Chodavarapu

by asking the camera permissions before opening the camera resolved my issue.

https://github.com/teslamotors/react-native-camera-kit/blob/master/docs/kotlin.md this link helped me to fix in android/ build.gradle buildscript { ext { ... kotlin_version = '1.7.20' } dependencies { ... classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") } and in android/app/build.gradle at plugins apply...