when set alignTop={true}, messageContainer's height only set to match current messages, and when scrolling, message got cut off by messageContainer, for example, when only having less than full screen amount of messages.
messageContainer should behaviour like alignTop={false}, occupies full space when scrolling.

Same issue +1.
This still happens for me as well, any updates on this issue?
Anyone find a fix yet?
I just created a PR to resolve this issue. Hopefully it gets merged soon.
https://github.com/FaridSafi/react-native-gifted-chat/pull/1330
@daviswhitehead your PR didnt work for me, I commented on the PR. Thank you for attempting tho!!
I created a PR to resolve this issue.
I think it's because of ios's overscroll feature. so I made block it when alignTop = {ture}.
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.
This issue still exists and leads to bad UX. It should not be closed.
Can somebody please look into the mentioned PR? Thanks!
Worked for me:
alignTop={false}
listViewProps={{contentContainerStyle: {flexGrow: 1, justifyContent: 'flex-end'}}}
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.
Most helpful comment
Worked for me:
alignTop={false}
listViewProps={{contentContainerStyle: {flexGrow: 1, justifyContent: 'flex-end'}}}