react native Run Android affiche des éléments obsolètes

##First, try 
> npx react-native run-android warning-mode=all
##if that doesn't work try to clean gradle, from your project directory 
> cd android
#then run 
> gradlew clean
#after clean gradle the run 
> cd.. 
#and run 
> npx react-native run-android
Ivan The Terrible