Reyhan
Reyhan
same issue here
i get the same error in react native. Here's how I fixed the error. add the following library : `yarn add -D babel-plugin-transform-typescript-metadata` then in the `babel.config.js` folder add this...
> This patch helped me get past the build error. Kotlin version 2.0.21 and RN 0.77.0 > > ``` > diff --git a/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt b/android/src/main/java/com/mrousavy/camera/core/CameraSession.kt > index 862c03a14680566280adfb48dd14b02781844d8d..5a31c764a642c35493fc7b1b1b2e48ae01f2047c 100644 > ---...