[FIX] Reaction count not rerendering (#917)

This commit is contained in:
Diego Mello 2019-05-23 14:51:42 -03:00 committed by GitHub
parent 02ccabf28a
commit 84bd7b3e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const Reaction = React.memo(({
</View> </View>
</Touchable> </Touchable>
); );
}, () => true); });
const Reactions = React.memo(({ const Reactions = React.memo(({
reactions, user, baseUrl, onReactionPress, toggleReactionPicker, onReactionLongPress, getCustomEmoji reactions, user, baseUrl, onReactionPress, toggleReactionPicker, onReactionLongPress, getCustomEmoji