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
import React from 'react';
import {SafeAreaProvider} from 'react-native-safe-area-context';
import ChatComponent from './ChatComponent';
const App = () => {
return (
<SafeAreaProvider>
<ChatComponent />
</SafeAreaProvider>
);
};
export default App;
Expected Results
The chat should remain scrollable to the top even when the keyboard is open.
The chat should automatically scroll to the bottom when a new message is sent.
Additional Information
Nodejs version: v18.16.0
React version: 18.2.0
React Native version: 0.72.0
react-native-gifted-chat version: 2.6.1
Platform(s) (iOS, Android, or both?): IOS
Recording for -> Unable to scroll to the top of the chat when the keyboard is open.
Screen.Recording.2024-09-03.at.9.07.07.PM.mov
Recording for -> The chat doesn’t automatically scroll to the bottom when a new message is sent.
Screen.Recording.2024-09-03.at.9.08.09.PM.mov
The text was updated successfully, but these errors were encountered:
nishmitha03
changed the title
unable to scroll to the top of the chat when the keyboard is open.
Unable to scroll to the top of the chat when the keyboard is open, and also it doesn’t automatically scroll to the bottom when a new message is sent.
Sep 3, 2024
nishmitha03
changed the title
Unable to scroll to the top of the chat when the keyboard is open, and also it doesn’t automatically scroll to the bottom when a new message is sent.
Unable to scroll to the top of the chat when the keyboard is open, and it doesn’t automatically scroll to the bottom when a new message is sent.
Sep 3, 2024
Issue Description
Steps to Reproduce / Code Snippets
Below is my code
Expected Results
Additional Information
Recording for -> Unable to scroll to the top of the chat when the keyboard is open.
Screen.Recording.2024-09-03.at.9.07.07.PM.mov
Recording for -> The chat doesn’t automatically scroll to the bottom when a new message is sent.
Screen.Recording.2024-09-03.at.9.08.09.PM.mov
The text was updated successfully, but these errors were encountered: