Skip to content

fix: truncated content in Flash/Legend list in KeyboardChatScrollView example#1326

Merged
kirillzyusko merged 1 commit intomainfrom
fix/truncated-content-flash-legend-list
Feb 26, 2026
Merged

fix: truncated content in Flash/Legend list in KeyboardChatScrollView example#1326
kirillzyusko merged 1 commit intomainfrom
fix/truncated-content-flash-legend-list

Conversation

@kirillzyusko
Copy link
Copy Markdown
Owner

@kirillzyusko kirillzyusko commented Feb 26, 2026

📜 Description

Fixed Flash/Legend content partial obscure in KeyboardChatScrollView.

💡 Motivation and Context

Somehow skipped this during initial implementation. Fixing it now 👀

Closes #1323

📢 Changelog

JS

  • specify contentContainerStyle on list level (not underlying ScrollView)

🤔 How Has This Been Tested?

Tested manually on iPhone 17 Pro.

📸 Screenshots (if appropriate):

Before After
image image

📝 Checklist

  • CI successfully passed
  • I added new mocks and corresponding unit-tests if library API was changed

@kirillzyusko kirillzyusko self-assigned this Feb 26, 2026
@kirillzyusko kirillzyusko added 🐛 bug Something isn't working example Anything related to example project labels Feb 26, 2026
@kirillzyusko kirillzyusko marked this pull request as ready for review February 26, 2026 22:38
@kirillzyusko kirillzyusko merged commit 6f37645 into main Feb 26, 2026
14 of 15 checks passed
@kirillzyusko kirillzyusko deleted the fix/truncated-content-flash-legend-list branch February 26, 2026 22:38
@kirillzyusko kirillzyusko added the KeyboardChatScrollView 💬 Anything about chat functionality label Feb 26, 2026
@trcoffman
Copy link
Copy Markdown
Contributor

@kirillzyusko Definitely looking forward to figuring out the extraBottomPadding stuff. Hardcoded approaches like this aren't great for multiline and for font scaling accessibility where you don't know in advance how tall the composer will be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 bug Something isn't working example Anything related to example project KeyboardChatScrollView 💬 Anything about chat functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

KeyboardChatScrollView example for Flashlist does not work correctly

2 participants