cookies
cookies copied to clipboard
Android Maven removal
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
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
I am also running into this issue after updating to gradle 7.0.2
Happy to take PRs for this
@AlexBatorykLeliw @safaiyeh, this was fixed in v6.0.11 looks like people just need some upgrades 😁
@JasonTolliver v6.0.11 isn't showing on NPM
@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