Last word of Text component disappears on Android 8.0 #17629
Labels
Ran Commands
One of our bots successfully processed a command.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Is this a bug report?
Yes. I have a Screen component on a StackNavigator (react-native-navigation) with 2 Text components and 3 Button components with a text as children. The bug is that 4 out of 5 texts have the last word of the entire text missing. For example, the Text component below doesn't show the entire text; it only shows "Welcome".
The same issue happens with the other texts on the Buttons. The strangest thing is that another Text component in the Screen doesn't share the same problem. The code of the no-problem Text component is shown below:
The complete Screen render() method:
Have you read the Contributing Guidelines?
Yes.
Environment
Environment:
OS: macOS High Sierra 10.13.2
Node: 9.3.0
Yarn: 1.3.2
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: 0.51.0 => 0.51.0
Steps to Reproduce
Expected Behavior
Load all text completely.
Actual Behavior
Some texts have the last word missing, even though the space of the word is being occupied.
Reproducible Demo
The text was updated successfully, but these errors were encountered: