Description
Reopening issue #55150 as it's still an existing problem in the latest react native version and the issue was closed without a proper fix.
Checkout my repro with a recent react native version.
It is just a <Text> component with no styles or anything
I also have provided a snack if you want to test it more easily with expo sdk 55
The snack is just the default snack template on sdk 55 stripped down to its basics with no dependencies.
https://snack.expo.dev/@uloco/expo-55-default-template
How to reproduce
- Connect to your real android device and enable TalkBack.
- Swipe right to select the first text element.
- The screen reader says "Start 48 pixels color black, ..."
Expected behavior
The screen reader should only read the text and don't add any style properties.
Steps to reproduce
- Connect to your real android device and enable TalkBack.
- Swipe right to select the first text element.
- The screen reader says "Start 48 pixels color black, ..."
React Native Version
0.85.3
Affected Platforms
Runtime - Android
Output of npx @react-native-community/cli info
System:
OS: macOS 26.4.1
CPU: (8) arm64 Apple M1
Memory: 181.42 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.17.1
path: /Users/uloco/.local/state/fnm_multishells/36751_1779117177992/bin/node
Yarn:
version: 1.22.21
path: /Users/uloco/.local/state/fnm_multishells/36751_1779117177992/bin/yarn
npm:
version: 9.6.7
path: /Users/uloco/.local/state/fnm_multishells/36751_1779117177992/bin/npm
Watchman:
version: 2026.05.11.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods: Not Found
SDKs:
iOS SDK:
Platforms:
- DriverKit 25.4
- iOS 26.4
- macOS 26.4
- tvOS 26.4
- visionOS 26.4
- watchOS 26.4
Android SDK: Not Found
IDEs:
Android Studio: 2025.3 AI-253.31033.145.2533.15176040
Xcode:
version: 26.4.1/17E202
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.19
path: /usr/bin/javac
Ruby: Not Found
npmPackages:
"@react-native-community/cli": Not Found
react: Not Found
react-native: Not Found
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
Stacktrace or Logs
MANDATORY Reproducer
#56872
Screenshots and Videos
No response
Description
Reopening issue #55150 as it's still an existing problem in the latest react native version and the issue was closed without a proper fix.
Checkout my repro with a recent react native version.
It is just a
<Text>component with no styles or anythingI also have provided a snack if you want to test it more easily with expo sdk 55
The snack is just the default snack template on sdk 55 stripped down to its basics with no dependencies.
https://snack.expo.dev/@uloco/expo-55-default-template
How to reproduce
Expected behavior
The screen reader should only read the text and don't add any style properties.
Steps to reproduce
React Native Version
0.85.3
Affected Platforms
Runtime - Android
Output of
npx @react-native-community/cli infoStacktrace or Logs
MANDATORY Reproducer
#56872
Screenshots and Videos
No response