### Description Adding `borderWidth` and then removing it from a View which also has `borderRadius` and `overflow: "hidden"` causes child `Text` to not be displayed. I have reproduced the issue on `0.80.2`, `0.81.4` and `0.82.1`, so this is likely not a regression. ### Steps to reproduce Tap the button in the reproducer twice ### React Native Version 0.82.1 ### Affected Platforms Runtime - Android ### Output of `npx @react-native-community/cli info` ```text - ``` ### Stacktrace or Logs ```text - ``` ### MANDATORY Reproducer https://github.com/plneple/reproducer-react-native-fork/tree/text-inside-view ### Screenshots and Videos https://github.com/user-attachments/assets/8188dbab-3af6-4351-bed4-266cc88553c6
Description
Adding
borderWidthand then removing it from a View which also hasborderRadiusandoverflow: "hidden"causes childTextto not be displayed.I have reproduced the issue on
0.80.2,0.81.4and0.82.1, so this is likely not a regression.Steps to reproduce
Tap the button in the reproducer twice
React Native Version
0.82.1
Affected Platforms
Runtime - Android
Output of
npx @react-native-community/cli infoStacktrace or Logs
MANDATORY Reproducer
https://github.com/plneple/reproducer-react-native-fork/tree/text-inside-view
Screenshots and Videos
Screen.Recording.2025-10-21.at.12.55.26.PM.mov