[FIX] Reaction count not rerendering (#917)
This commit is contained in:
parent
02ccabf28a
commit
84bd7b3e34
|
@ -49,7 +49,7 @@ const Reaction = React.memo(({
|
|||
</View>
|
||||
</Touchable>
|
||||
);
|
||||
}, () => true);
|
||||
});
|
||||
|
||||
const Reactions = React.memo(({
|
||||
reactions, user, baseUrl, onReactionPress, toggleReactionPicker, onReactionLongPress, getCustomEmoji
|
||||
|
|
Loading…
Reference in New Issue