FaridSafi / react-native-gifted-chat

💬 The most complete chat UI for React Native
https://gifted.chat
MIT License
13.57k stars 3.55k forks source link

Screen Flickers when user tries to share the message to external app using react-native-share library #2545

Open krishna121996 opened 1 month ago

krishna121996 commented 1 month ago

Issue Description

We have share button in each message tile (Bubble), to share the message to the external apps (gmail, notes, watsapp....etc). We have used react-native-share library to share the content. When user tries to click on this share and the external modal opens, during this transition the entire screen is getting flickered. Note: Issue is reproducible in Android devices only.

Steps to Reproduce / Code Snippets

  1. Launch the application.
  2. Do some conversation in gifted chat.
  3. click on any bubble having share button.
  4. observe the issue.
image

Expected Results

Screen should not flicker when user tries to share the content.

Additional Information