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
Launch the application.
Do some conversation in gifted chat.
click on any bubble having share button.
observe the issue.
Expected Results
Screen should not flicker when user tries to share the content.
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
Expected Results
Screen should not flicker when user tries to share the content.
Additional Information