react-native-secure-storage
react-native-secure-storage copied to clipboard
A problem occurred evaluating project ':react-native-secure-storage'. > Plugin with id 'maven' not found.
this error occured due to upgrade project from 0.66.3 to 0.67.1
Check my PR about this error, fixed it for Gradle 7 :) https://github.com/oyyq99999/react-native-secure-storage/pull/48
had similar error after upgrading to RN 0.68.*. fixed by using patch-package module and next patch https://gist.github.com/zyvpeople/a0092e6dd88691843c9fe57ad38841a9
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
hey @akoidan have you fixed the bug