react-native-reactions icon indicating copy to clipboard operation
react-native-reactions copied to clipboard

Position reactions box out of screen

Open MacDinhThanh opened this issue 11 months ago • 7 comments

The position where the reaction box appears out of frame when the trigger element is in the middle of the screen

Image

MacDinhThanh avatar Feb 14 '25 02:02 MacDinhThanh

@MacDinhThanh Thank you for reporting issue. Can you share some reproducible code block so that can help us finding issue?

kuldip-simform avatar Feb 14 '25 02:02 kuldip-simform

@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> 
Image

MacDinhThanh avatar Feb 14 '25 02:02 MacDinhThanh

@MacDinhThanh Thank you for quick response. Can you please point out in image where you have added reaction view ?

kuldip-simform avatar Feb 14 '25 03:02 kuldip-simform

@MacDinhThanh Thank you for quick response. Can you please point out in image where you have added reaction view ?

Image

MacDinhThanh avatar Feb 14 '25 03:02 MacDinhThanh

@MacDinhThanh is this reaction view wrapper here ?

Image

kuldip-simform avatar Feb 14 '25 03:02 kuldip-simform

Image

@MacDinhThanh is this reaction view wrapper here ?

Image

That's right

MacDinhThanh avatar Feb 14 '25 03:02 MacDinhThanh

@kuldip-simform, any update on the issue? I am also facing the exact problem.

lalitshahi avatar Apr 21 '25 07:04 lalitshahi