react-native-gifted-chat
                                
                                 react-native-gifted-chat copied to clipboard
                                
                                    react-native-gifted-chat copied to clipboard
                            
                            
                            
                        Fix scroll to bottom for screen readers
Scroll To Bottom Fix for Screen Readers
- Fixes an issue where the scroll to bottom button was not clickable when the component overlapped with another element such as the chat bubble.
- Made the expo test app elements accessible by removing accessible from the wrapped View (which caused everything tapped with voiceover to read "main".
Explanation
While debugging I came across : This stack overflow question with the answer being to swap the components order.
Before

Result
This fixes VoiceOver for iOS users and TalkBack for Android users, such that they can successfully tap the scroll to bottom button when it overlaps other content, and be taken to the bottom of the message list.

Sorry, but this issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. BTW Thank you for your contributions 😀 !!!
So no updates on this one, right?
If you're able to resolve the conflicts, then this can be merged in.
@Johan-dutoit Sorry about that! Did not get a notification. This PR should be good to go now!