You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this bug has not been reported yet
Decision table
My issue does not look like “The HTML attribute 'xxx' is ignored” (unless
we claim support for it),
My issue does not look like “The HTML element <yyy> is not rendered”
Bug Report
The content of images is not rendered. A View is created for them (including a border and alt text if provided), but the actual image content is not rendered.
Setup
Devices
Samsung Galaxy S21
OS: Android 11
Diagnostic:
Environment: development
Reproduction
Description
Render HTML containing an <img> tag with a valid src attribute
Expected result: Image is rendered
Actual result: An empty box is rendered
@dstaley I've marked this bug as upstream because alpha.12 is using the URL constructor described by the WHATWG standard, which react-native JavaScript engine doesn't follow closely, see facebook/react-native#30914. This is why the bug does not occur on react-native-web.
I'm going to publish a patch today, probably depending on a more reliable third-party.
Oath
I swear that I have completed these tasks before submitting:
Decision table
we claim support for it),
<yyy>
is not rendered”Bug Report
The content of images is not rendered. A View is created for them (including a border and alt text if provided), but the actual image content is not rendered.
Setup
Devices
Reproduction
Description
<img>
tag with a validsrc
attributeExpected result: Image is rendered
Actual result: An empty box is rendered
Reproducible Demo
Snack
Additional Notes
This issue does not occur using
v6.0.0-alpha.11
, only6.0.0-alpha.12
.The text was updated successfully, but these errors were encountered: