-
-
Notifications
You must be signed in to change notification settings - Fork 258
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 build issue on 2.6.1 with react-native 0.70.6 #500
Comments
Aww, this is not an error: 1f12ee4, It seems that I should't use the latest version. I think the package needs a major version bump to support the 0.70.1+ RN versions. |
Simply use 2.5.1 until you move to RN0.71.+ |
hi @tominou react-native: 0.70.6 Could not resolve all task dependencies for configuration ':app:devDebugRuntimeClasspath'.
Possible solution: Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html |
Hi - sorry because I do this in my free time, I don't have time to also maintain old versions. Moving forward, only RN 0.71 will be supported (but both new and old arch), use 2.6.1 for that |
Hi, thank you for the supporting RN community, I think dropping support of old RN versions needs a major version bump according to semantic versioning, that's all my point. |
Yep, I fully agree I fucked that one up, whoops 🤦♂️ |
So
|
@thanhnvpk01168 I have also faced with this. I checked yarn.lock i, version was still 2.6.1 so try to update |
Hi @sahinbezeng. |
Repo should've mentioned that 2.5.1 -> 2.6.0 upgrade is breaking. https://github.com/mrousavy/react-native-mmkv/releases Here 2.6.0 doesn't mention that it is breaking and drops support for RN <= 0.70 With all my respect |
Yea, you're right. I should've done 3.0.0. My fault. |
No worries @mrousavy , Coming here resolved my issue, This comment |
It worked for me. Thanks 😊 |
Thanks this worked for me! I spent hours debugging this to realize my version of RN was not supported ( |
Thanks guys i change 2.6.0 to 2.5.1 shit really wasted :( |
it worked for me too |
Versions:
Click to expand error
When I switch back version 2.5.1, the problem goes away.
The text was updated successfully, but these errors were encountered: