-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Add support for RN 0.72.6 #6
Comments
I ran into this as well have applied this patch to make it work
Additionally, I'll note that the following is required in your app/build.gradle 's dependencies: implementation(files("$rootDir/../node_modules/react-native-capture/android/libs/capture-1.6.15.jar"))
implementation(files("$rootDir/../node_modules/react-native-capture/android/libs/capture-common-1.6.15.jar"))
implementation(files("$rootDir/../node_modules/react-native-capture/android/libs/capture_socketcam.aar")) |
@sorinrinse yes, this is an known issue. We are working on adding the support for RN 0.72.6 and React V18.2 @jefflewis thanks for providing a workaround! |
@sorinrinse Apologies for the late reply. While we were able to upgrade React to 18.2, we are currently working on a migration which should be wrapped up end of next week. The following week we will start work on upgrading the React Native version to >0.72.6. Thank you for your patience! |
Currently, building this library on Android fails on new and old projects.
On new projects it crashes with the following error:
On old projects (upgraded from 1.3.0 to 1.4.17), the same task (
androidSourcesJar
) fails with the following error:The text was updated successfully, but these errors were encountered: