react-native-gifted-chat
react-native-gifted-chat copied to clipboard
Screen flickering on change of textField
Issue Description
The screen is flickering when text is entered but the screen does not flicker when the text comes to the second line. We are using gifted chat in react native expo project.
Steps to Reproduce / Code Snippets
We have added custom chat styles and the styles are const InputFieldStyle = { style: { paddingTop: 10, paddingRight: 13, paddingBottom: 19, paddingLeft: 13, height: 52, }, };
We have added this styling because we tried the methods given in the documentation (below is the link for documentation) but we were not able to solve the issue
documentation link: https://github.com/FaridSafi/react-native-gifted-chat#notes-for-android
Expected Results
The screen should not flicker but it is flickering only for the first line.
Additional Information
- Nodejs version: v16.13.0
- React version: v17.0.1
- React Native version: v0.64.3
- react-native-gifted-chat version: v0.16.3
- Platform(s) (iOS, Android, or both?): Android
- TypeScript version: "typescript": "~4.3.5"
same issue