react-native-secure-storage icon indicating copy to clipboard operation
react-native-secure-storage copied to clipboard

A problem occurred evaluating project ':react-native-secure-storage'. > Plugin with id 'maven' not found.

Open SairaHafeez786 opened this issue 3 years ago • 4 comments

this error occured due to upgrade project from 0.66.3 to 0.67.1

SairaHafeez786 avatar Jan 26 '22 10:01 SairaHafeez786

Check my PR about this error, fixed it for Gradle 7 :) https://github.com/oyyq99999/react-native-secure-storage/pull/48

YanouHD avatar Feb 02 '22 14:02 YanouHD

had similar error after upgrading to RN 0.68.*. fixed by using patch-package module and next patch https://gist.github.com/zyvpeople/a0092e6dd88691843c9fe57ad38841a9

zyvpeople avatar Sep 29 '22 08:09 zyvpeople

had similar error after upgrading to RN 0.68.*. fixed by using patch-package module and next patch https://gist.github.com/zyvpeople/a0092e6dd88691843c9fe57ad38841a9

It fixed the error, but the new one appeared :)

* What went wrong:
Could not determine the dependencies of task ':react-native-secure-storage:bundleLibCompileToJarDebug'.
> Could not create task ':react-native-secure-storage:compileDebugJavaWithJavac'.
   > In order to compile Java 9+ source, please set compileSdkVersion to 30 or above

akoidan avatar Jul 30 '23 12:07 akoidan

hey @akoidan have you fixed the bug

FableadAshish avatar Mar 18 '24 09:03 FableadAshish