Install_failed_update_incompatible: package com.*. Assinaturas de versão não correspondem à versão instalada anteriormente; Ignorando!

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