'Apk overwrite installation images conflicts

use react-native build android apk

The first installation was fine

But when my device installed a old version app and overwrite installation a new version (apk upgrade) ,the images will conflicts .

react-native's code:

<Image source={require("app/img/Login_by_wechat.png")} key={'wechat'} />

normal image enter image description here

conflicted image enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source