-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect view direction with default options on react-native-web #1860
Comments
I managed to get a workaround working... see these threads: You'd need to access the inner FlatList ref within GiftedChat. Assuming your GiftedChat ref is Mine looks something like this:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
seems this problem is chrome-only |
This is a problem of |
We also need to consider arrow keys, page up/page down, home/end, and mousewheel drag. |
Issue Description
The scolling direction is reversed.
Steps to Reproduce / Code Snippets
Expected Results
When mouse wheel scrolls down, the message container scrolls down.
Additional Information
The text was updated successfully, but these errors were encountered: