cookies icon indicating copy to clipboard operation
cookies copied to clipboard

Android Maven removal

Open AlexBatorykLeliw opened this issue 3 years ago • 5 comments

Hello team. I updated my gradle distribution to the latest (7.1.1) to build my android app, however I get two build errors from @react-native-cookies/cookies image image

is this known? and if so, is there a fix planned? Looks like Maven has been removed as of gradle v7: https://docs.gradle.org/7.0/userguide/upgrading_version_6.html#removal_of_the_legacy_maven_plugin

AlexBatorykLeliw avatar Aug 06 '21 23:08 AlexBatorykLeliw

I am also running into this issue after updating to gradle 7.0.2

Cplantijn avatar Sep 27 '21 21:09 Cplantijn

Happy to take PRs for this

safaiyeh avatar Nov 30 '21 19:11 safaiyeh

@AlexBatorykLeliw @safaiyeh, this was fixed in v6.0.11 looks like people just need some upgrades 😁

JasonTolliver avatar Jan 22 '22 01:01 JasonTolliver

@JasonTolliver v6.0.11 isn't showing on NPM

mahcloud avatar Mar 17 '22 12:03 mahcloud

@mahcloud package name has been updated to @react-native-cookies/cookies from @react-native-community/cookies

please run npm uninstall @react-native-community/cookies && npm i --save @react-native-cookies/cookies

and adjust your imports in project accordingly

yittoo avatar Oct 11 '22 14:10 yittoo