[Android] Last emoji in a Text is cut off when the text contains the 🫨 emoji (U+1FAE8)
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Aptitud para principiantes
- 48/100
- Tipo de issue
- Error
- Claridad
- Bastante claro
- Estado de actividad
- Activo
- Stack tecnológico
- android, react-native
- Área
- mobile
Línea de trabajo
Comienza con el repositorio obligatorio EmojiEndClipRepro y su App.tsx, y luego ejecuta yarn install && yarn android en un dispositivo Android afectado. Compara las secciones EMOJI y CONTROL y los sufijos que contienen 🫨; se considera terminado cuando el emoji final sigue siendo completamente visible en los anchos que fallaban anteriormente, sin provocar regresiones en otros layouts o secuencias de emoji.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Description
A <Text> whose content contains the 🫨 emoji (U+1FAE8, Unicode 15.0) renders with the last emoji of the line partially or fully cut off at specific text widths on Android. iOS is unaffected.
What we verified:
- The 🫨 emoji is the trigger. We compared emoji suffixes of the same length (14 emoji) at the same text widths: a sequence containing 🫨 (
😂🙁☠️😠🤔🥶🫨😺👏🏻🙁😂🥶😂😠) clips; 14 keycap sequences (1️⃣…🔟) and 14 single-codepoint emoji (🔴🟠🟡…) do not. Replacing 🫨 with another emoji in the failing sequence stops the clipping. - Width-dependent. Only strings whose width lands near the line-wrap boundary clip; adding or removing one letter makes the bug appear or disappear.
- Device-dependent. Different devices clip at different string lengths (verified on Huawei P30 Pro VOG-L29 / Android 10 and a Samsung device; exact failing rows differ).
- Version- and architecture-independent. Reproduces identically on RN 0.73 (old architecture) and RN 0.83.6 (new architecture) in the same app.
- Not markdown/library related. Reproduces with a bare
<Text>.
Steps to reproduce
- Clone https://github.com/mariia-korzun/EmojiEndClipRepro — a fresh community template where only
App.tsxchanged. It renders a sweep of 1–40 letters + a 14-emoji suffix in several layouts (chat bubble, fixed width, full width) plus a no-emoji control section, with the three suffix constants for comparison. yarn install && yarn androidon an affected device.- Scroll the EMOJI section: several rows show the last emoji clipped or invisible. The CONTROL section never clips. Replace 🫨 in the suffix — no row clips.
Expected: the trailing emoji is fully visible (as on iOS, and as with sequences without 🫨). So 😠 in the end should be visible
Actual: at specific widths the last emoji of the line is cut off. Screenshot attached.
With colors and numbers emojis all fine. Issue just when 🫨 in list. So 😠 in the end not visible
React Native Version
0.83.6
Affected Platforms
Runtime - Android
Output of npx @react-native-community/cli info
System:
OS: macOS 26.5.2
CPU: (12) arm64 Apple M3 Pro
Memory: 133.59 MB / 36.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.19.4
path: /Users/mariiakorzun/.nvm/versions/node/v20.19.4/bin/node
Yarn:
version: 3.6.4
path: /Users/mariiakorzun/.nvm/versions/node/v20.19.4/bin/yarn
npm:
version: 10.8.2
path: /Users/mariiakorzun/.nvm/versions/node/v20.19.4/bin/npm
Watchman:
version: 2024.11.11.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.16.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 25.5
- iOS 26.5
- macOS 26.5
- tvOS 26.5
- visionOS 26.5
- watchOS 26.5
Android SDK:
API Levels:
- "31"
- "33"
- "34"
- "35"
- "36"
Build Tools:
- 33.0.0
- 33.0.1
- 34.0.0
- 35.0.0
- 36.0.0
System Images:
- android-29 | Google Play ARM 64 v8a
- android-33-ext5 | Google Play ARM 64 v8a
- android-33 | ARM 64 v8a
- android-33 | Google APIs ARM 64 v8a
- android-33 | Google Play ARM 64 v8a
- android-34 | Google APIs ARM 64 v8a
- android-36 | Google Play ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2024.3 AI-243.22562.218.2431.13114758
Xcode:
version: 26.6/17F113
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.10
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 20.0.0
wanted: 20.0.0
react:
installed: 19.2.0
wanted: 19.2.0
react-native:
installed: 0.83.6
wanted: 0.83.6
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: Not found
newArchEnabled: false
Stacktrace or Logs
-
MANDATORY Reproducer
https://github.com/mariia-korzun/EmojiEndClipRepro
Screenshots and Videos
No response
- Lenguaje dominante
- C++
- Estrellas
- 127k
- Forks
- 25.3k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de react/react-native
-
Needs: Author Feedback Needs: Repro
Dificultad 1/5 Menos de una hora Aptitud para principiantes 92/100
react/react-native#58621 · 1 comentario ·
-
Needs: Author Feedback Needs: Repro
Dificultad 2/5 1-3 horas Aptitud para principiantes 85/100
react/react-native#58610 · 1 comentario ·
-
Needs: Triage :mag:
Dificultad 2/5 1-3 horas Aptitud para principiantes 82/100
react/react-native#58565 · 1 comentario · 2 reacciones ·
-
Needs: Author Feedback Needs: Repro
Dificultad 2/5 1-3 horas Aptitud para principiantes 88/100
react/react-native#58555 · 5 comentarios · 2 reacciones ·
-
Needs: Attention Needs: Repro
Dificultad 2/5 1-3 horas Aptitud para principiantes 85/100
react/react-native#58526 · 2 comentarios ·
Todos los issues de react/react-native
Issues similares
-
ai_reviewed
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
ydb-platform/ydb#53869 · 3 comentarios ·
-
bug cert blocker needs triage
Dificultad 2/5 1-3 horas Aptitud para principiantes 82/100
project-chip/connectedhomeip#74373 ·
-
[request] tracy/0.14.1 Abiertoupstream update
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
conan-io/conan-center-index#31035 ·
-
Bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
-
documentation
Dificultad 1/5 Menos de una hora Aptitud para principiantes 85/100
vllm-project/vllm-ascend#17329 ·