Install_failed_update_incomailible: пакет com.*. Подписи версии не совпадают с ранее установленной версией; Игнорируя!

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