[Android] After first text animation, text in TextInput is vertically clipped

Author: LKuchnoCreated Sep 9, 2026Updated Sep 9, 2026
LabelsMissing reproPlatform: iOSMissing info

Description: In SetNativePropsExample after first animation - triggered by 'Send' - the text typed into the AnimatedTextInput is vertically clipped: only the bottom part of the glyphs is visible, the upper half is cut off by the top edge of the input (see screenshot).

Steps to reproduce:

  1. Open setNativeProp screen in FabricExample app
  2. Click 'Send'
  3. Provide new text input

Actual: Note: I checked it also for ReleaseLevel.STABLE

Only the lower part of the characters is visible; the text is clipped by the top edge of the input.

Image

https://github.com/user-attachments/assets/d5b4d205-8d44-43f9-bef5-0dd68a06eb9b

Expected: Input test after each animation should be full displayed as it is on iOS:

https://github.com/user-attachments/assets/d51d120c-c538-4395-b738-816abf7b8f04

Environment

  • react-native-reanimated: 4.7.0-main (repo main @ afc7b9cd, 2026-09-07)
  • react-native-worklets: 0.13.0-main
  • Android: emulator, Android 16 (API 36)

Source: software-mansion/react-native-reanimated