@@ -1511,6 +1511,7 @@ const ChatScreen = ({ route }: { route: any }) => {
disabled={currentMessage.isSending}
>
<Image
+ key={currentMessage.image}
source={{
uri: currentMessage.image,
headers: { Nmtoken: token, 'App-Version': APP_VERSION, Platform: Platform.OS }
@@ -1689,6 +1689,7 @@ const GroupChatScreen = ({ route }: { route: any }) => {