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
I swear that I have completed these tasks before submitting:
<video>
System: OS: Linux 5.4 Manjaro Linux CPU: (8) x64 Intel(R) Core(TM) i7-8809G CPU @ 3.10GHz Memory: 3.83 GB / 31.29 GB Shell: 5.8 - /bin/zsh Binaries: Node: 14.3.0 - /usr/bin/node Yarn: 1.22.4 - ~/.node_modules/bin/yarn npm: 6.14.5 - /usr/bin/npm Watchman: 4.9.0 - /usr/bin/watchman SDKs: Android SDK: API Levels: 28, 29 Build Tools: 28.0.3, 29.0.0, 29.0.3, 30.0.0 System Images: android-22 | Google APIs Intel x86 Atom, android-29 | Google APIs Intel x86 Atom Android NDK: Not Found IDEs: Android Studio: 4.0 AI-193.6911.18.40.6514223 Languages: Java: 1.8.0_252 - /usr/bin/javac Python: 3.8.3 - /usr/bin/python npmPackages: @react-native-community/cli: Not Found react: ^16.13.1 => 16.13.1 react-native: ^0.63.0 => 0.63.0 npmGlobalPackages: *react-native*: Not Found
The anchor HTML element a is translated to a Text element which is bloated with all the HTML component props.
a
Text
See test commit 4388f7b
The text was updated successfully, but these errors were encountered:
tests: provide regression against #384, bloated translated image
b7e142c
4388f7b
9702d91
No branches or pull requests
Oath
I swear that I have completed these tasks before submitting:
Decision table
<video>
is not rendered”Bug Report
Setup
React Native
Libraries
Reproduction
Description
The anchor HTML element
a
is translated to aText
element which is bloated with all the HTML component props.Reproducible Demo
See test commit 4388f7b
The text was updated successfully, but these errors were encountered: