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
I tried to upgrade our app, which uses 3.9.2, to react-native 0.75.4 and got this compilation error when running yarn run android:
e: file:///Users/tibbe/work/benetics/app/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessor/VisionCameraProxy.kt:31:79 This API is provided only for React Native frameworks and not intended for general users. This API can change between minor versions in alignment with React Native frameworks and won't be considered a breaking change.
Perhaps there's a compilation flag turned on that converts warnings to errors?
Reproduceable Code
N/A
Relevant log output
e: file:///Users/tibbe/work/benetics/app/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessor/VisionCameraProxy.kt:31:79 This API is provided only forReact Native frameworks and not intended for general users. This API can change between minor versionsin alignment with React Native frameworks and won't be considered a breaking change.e: file:///Users/tibbe/work/benetics/app/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessor/VisionCameraProxy.kt:36:19 This API is provided only for React Native frameworks and not intended for general users. This API can change between minor versions in alignment with React Native frameworks and won't be considered a breaking change.
e: file:///Users/tibbe/work/benetics/app/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessor/VisionCameraProxy.kt:36:47 This API is provided only forReact Native frameworks and not intended for general users. This API can change between minor versionsin alignment with React Native frameworks and won't be considered a breaking change.e: file:///Users/tibbe/work/benetics/app/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessor/VisionCameraProxy.kt:72:73 This API is provided only for React Native frameworks and not intended for general users. This API can change between minor versions in alignment with React Native frameworks and won't be considered a breaking change.
Camera Device
N/A
Device
N/A
VisionCamera Version
3.9.2
Can you reproduce this issue in the VisionCamera Example app?
I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Additional information
I am using Expo
I have enabled Frame Processors (react-native-worklets-core)
maintenance-hansbot
changed the title
🐛3.9.2 fails to compile on react-native 0.75.4 due to Kotlin error
🐛 3.9.2 fails to compile on react-native 0.75.4 due to Kotlin error
Oct 11, 2024
Thanks for your report! It looks like you are facing a Kotlin compilation error after upgrading to React Native 0.75.4. However, to better assist you, could you please provide the complete build logs from your Android Studio or the output from adb logcat? This extra information will help mrousavy investigate the issue more effectively.
Also, I encourage you to try running the VisionCamera Example app to see if you can reproduce the issue there. This could provide valuable insights.
If you like ze project, consider sponsoring it here to help keep things going!
Note: If you think I made a mistake, please ping @mrousavy to take a look.
What's happening?
I tried to upgrade our app, which uses 3.9.2, to react-native 0.75.4 and got this compilation error when running
yarn run android
:Perhaps there's a compilation flag turned on that converts warnings to errors?
Reproduceable Code
Relevant log output
Camera Device
N/A
Device
N/A
VisionCamera Version
3.9.2
Can you reproduce this issue in the VisionCamera Example app?
I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Additional information
The text was updated successfully, but these errors were encountered: