You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Additional Information
Nodejs version: v20.12.2
React version: 18.1.0
React Native version: 0.70.5
react-native-gifted-chat version: 2.4.0
Platform(s) (iOS, Android, or both?): Android
The text was updated successfully, but these errors were encountered:
krishna121996
changed the title
Screen Flickers when user tries to share the message to external app using react-native-share-library
Screen Flickers when user tries to share the message to external app using react-native-share library
Oct 14, 2024
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
The text was updated successfully, but these errors were encountered: