-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
v2.13.1 introduced a big react-native version jump to 0.66.0+ #957
Comments
This issue happening to me too |
Same here, with react native 64.3
|
Same thing here. Any solution? |
If it's not clear enough: => simply downgrade to |
wow took me hours to figure out that just downgrading makes those naughty compileKotlin thingy errors go away, I'm on RN |
Same issue Tried also 2.13.0 and is working. |
v2.3.1 only supports 0.67+, you need to downgrade to v2.3.0. |
I would bump such breaking changes to version 3 instead of 2.3.1 |
Worked for me, thanks @alantoa I think this should be in the readme 😄 |
After downgrade to drop node_modules Problem still the same:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. See https://docs.gradle.org/6.5.1/userguide/command_line_interface.html#sec:command_line_warnings |
Change the version of Java from 1.8 to 11 help me with this issue |
I wasted around 2 hours just because I was using version |
nice, worked by setting the version to 2.13.0 |
What were you trying to do?
using
react-native: 0.63.3
andreact-native-vision-camera: 2.13.1
I would consider this to be a bug, because I don't think it was the intention, that from
v2.13.0 -> v2.13.1
an implicit dependency to react-native 0.66.0+ has been introduced.It's because of bea4aa8#diff-3e7deaeac964bf6ea85aca1babe12c625dc8a26934c22b8d12f716875b58509fR65 using
resolveView
which was introduced in [email protected].Another thing which would be cool, is to add a react-native min version to the docs.
Reproduceable Code
What happened instead?
compile error
Relevant log output
Device
not important
VisionCamera Version
2.13.1
Additional information
The text was updated successfully, but these errors were encountered: