Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. code example
Example 1: react native run android shows deprecated items
> npx react-native run-android warning-mode=all
> cd android
> gradlew clean
> cd..
> npx react-native run-android
Example 2: Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. Use '--warning-mode all' to show the individual deprecation warnings.
--warining-mode=all --stacktrace