forked from joltup/rn-fetch-blob
-
-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
Hi All,
I am trying to upgrade my react native project from 0.74.7 to 0.76.9. In doing so, I will also be enabling the New Architecture for the project. I am able to get iOS up and running but I am running into issues with this library when it comes to android.
Whenever, I run any gradle command, I get this error
* Where:
Build file '.../node_modules/react-native-blob-util/android/build.gradle' line: 43
* What went wrong:
A problem occurred evaluating project ':react-native-blob-util'.
> Plugin with id 'com.facebook.react' not found.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
I've tried this with several versions now (0.17.3, 0.19.2, 0.21.2) but all result in the same error.
Has anyone else ran into this issue or is something with my setup wrong? I can provide my android setup but the error message seems to indicate that this is isolated to the package.
Metadata
Metadata
Assignees
Labels
No labels