[PR #2331] [CLOSED] fix(mobile): fix Android text clipping in search and tags #2072

Closed
opened 2026-03-02 12:00:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2331
Author: @lucamartinetti
Created: 1/2/2026
Status: Closed

Base: mainHead: fix/android-text-clipping


📝 Commits (1)

  • cc188e7 fix(mobile): fix Android text clipping in search and tags

📊 Changes

2 files changed (+11 additions, -3 deletions)

View changed files

📝 apps/mobile/app/dashboard/(tabs)/index.tsx (+4 -1)
📝 apps/mobile/components/bookmarks/TagPill.tsx (+7 -2)

📄 Description

Add trailing space workaround for React Native Android text clipping bug where last characters are cut off in rounded containers.

image

The fix only applies on Android (Platform.OS === "android"), leaving iOS unchanged.

See: https://github.com/facebook/react-native/issues/53286

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/2331 **Author:** [@lucamartinetti](https://github.com/lucamartinetti) **Created:** 1/2/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/android-text-clipping` --- ### 📝 Commits (1) - [`cc188e7`](https://github.com/karakeep-app/karakeep/commit/cc188e75d8a08059f45d626190068acf7d539abf) fix(mobile): fix Android text clipping in search and tags ### 📊 Changes **2 files changed** (+11 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `apps/mobile/app/dashboard/(tabs)/index.tsx` (+4 -1) 📝 `apps/mobile/components/bookmarks/TagPill.tsx` (+7 -2) </details> ### 📄 Description Add trailing space workaround for React Native Android text clipping bug where last characters are cut off in rounded containers. <img width="1096" height="2560" alt="image" src="https://github.com/user-attachments/assets/0221da27-aa38-48b2-964a-f079c6d229b1" /> The fix only applies on Android (Platform.OS === "android"), leaving iOS unchanged. See: https://github.com/facebook/react-native/issues/53286 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#2072
No description provided.