Install_failed_update_incompatible: paquete com.*. Las firmas de versión no coinciden con la versión previamente instalada; ¡postergación!

cd android &&  ./gradlew clean

npm start -- --reset-cache ( if you are using npm )

react-native run-android

if you are using yarn then after clean run 

yarn android
Singh99