Position reactions box out of screen
The position where the reaction box appears out of frame when the trigger element is in the middle of the screen
@MacDinhThanh Thank you for reporting issue. Can you share some reproducible code block so that can help us finding issue?
@MacDinhThanh Thank you for reporting issue. Can you share some reproducible code block so that can help us finding issue?
Hi, This is the code i used
<Reaction
iconSize={GlobalConstants.max}
onPress={() => {
onHandleReaction(comment?.reacted || ReactionEnum.Like);
}}
items={EmojiDataList}
onTap={emoji => {
onHandleReaction(emoji.id);
}}>
<Typography
fontWeight={'500'}
fontSize={12}
color={foundMyReaction?.color || systemColors.tertiary}>
{foundMyReaction?.title || 'Thích'}
</Typography>
</Reaction>
@MacDinhThanh Thank you for quick response. Can you please point out in image where you have added reaction view ?
@MacDinhThanh Thank you for quick response. Can you please point out in image where you have added reaction view ?
@MacDinhThanh is this reaction view wrapper here ?
@kuldip-simform, any update on the issue? I am also facing the exact problem.