-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text is not displayed on Android physical device after 0.73.0 #42089
Comments
Which device are you using? |
OnePlus 9RT with custom rom riceDroid-13.0 |
That's a screenshot from a Pixel 3 (physical device): I cannot reproduce what you're reporting @crawraps |
|
Closing as cannot reproduce @crawraps |
@cortinico I'm also facing the same issue in my physical android device it is OnePlus 9r with NameLess Custom Rom. |
@cortinico currently I'm trying to switch from commits from each release to figure out in which release this issue first appeared |
@cortinico I tried switching from commit to commit on 0.73 I was able to generate a build from yarn android but in 72.8 this command is not running. |
You should use the nightlies version we have listed here: Specifically you can create a new app from a nightly version with:
then do |
Okay thanks I'll try this way and update you in which version it started appearing first |
as I am able to figure out this is working in 0.72.9 but not it 73.0. |
@cortinico this issue first appeared in 0.73.0-nightly-20230521-6d24ee13a working fine in 0.73.0-nightly-20230519-de1e9f5d1 |
this the commit which is mentioned in the nightly version |
How have you reverted those changes? The code is pre-compiled on Android, so editing the files inside |
How can I revert these changes other then that? |
hey @cortinico can you please help to check if this is causing the issue |
You'll have to use a build from source: |
@cortinico this is now working in latest commit I think #42258 this fixed this issue since all the changes are in the same file as in the commit which first started this issue |
@cortinico i'm using react native 0.73 I need this part only how can I get this changing in node_modules doesn't work any other way? |
Can you try to follow the insutrctions I linked (reactnative.dev/contributing/how-to-build-from-source), apply the changes in #42258 inside your |
Is the fix included inside RN 0.73.6 or only in the 0.74-RCs? |
Hi @cortinico, I too am facing the same issue. I'm currently upgrading my Project's React Native from 72.7 -> 73.8. The text is being rendered on Android Simulator but on My Physical Device [OnePlus 6T running SuperiorOS Custom Rom Android 13] text is not rendered. I just tried a new project using 0.74 and it's working. The issue is resolved somewhere between 73.8 to 74.0. |
Description
Since version 0.73.0 text in the Text component is not displayed on a physical connected Android device.
It works well both on Android Studio Emulator (tested with API 33 and API 34) and on physical connected device with react native below 0.73.0
Tested on two different physical devices
If I add background color to it, Text component would be visible, but content is not. Also, text is visible in TextInput component. Text in error logs is not visible too, but visible in loading log (at the very top of the application)
Steps to reproduce
React Native Version
0.73.1
Affected Platforms
Runtime - Android
Output of
npx react-native info
Reproducer
https://github.com/crawraps/reproducer
Screenshots and Videos
initial react native reproducer template
The text was updated successfully, but these errors were encountered: