We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rendering a View inside a Text-component causes react-native to draw a document-icon behind that view on iOS/ipadOS 13.0
System: OS: macOS 10.14.6 CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz Memory: 309.06 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.4.0 - /usr/local/bin/node Yarn: 1.15.2 - /usr/local/bin/yarn npm: 6.9.0 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 13.0, DriverKit 19.0, macOS 10.15, tvOS 13.0, watchOS 6.0 IDEs: Android Studio: 3.5 AI-191.8026.42.35.5791312 Xcode: 11.0/11A420a - /usr/bin/xcodebuild npmPackages: react: 16.9.0 => 16.9.0 react-native: ^0.61.1 => 0.61.1 npmGlobalPackages: react-native-cli: 2.0.1 react-native-create-library: 3.1.2
To reproduce render the following jsx on iOS 13 (The margin is only there to simplify screenshots):
<View style={{ margin: 100 }}> <Text> <View style={{ width: 60, height: 70 }} /> </Text> </View>
As there are no backgrounds or borders set on any component, the code should only render whitespace.
Instead the code renders something like the following screenshot:
For me this only seems to happen on iOS 13.0
The text was updated successfully, but these errors were encountered:
I've just seen that this is a duplicate of #26577
Sorry, something went wrong.
No branches or pull requests
Rendering a View inside a Text-component causes react-native to draw a document-icon behind that view on iOS/ipadOS 13.0
React Native version:
Steps To Reproduce
To reproduce render the following jsx on iOS 13 (The margin is only there to simplify screenshots):
As there are no backgrounds or borders set on any component, the code should only render whitespace.
Instead the code renders something like the following screenshot:
For me this only seems to happen on iOS 13.0
The text was updated successfully, but these errors were encountered: