Skip to content

onLoad callback on Image is missing the source attribute #2268

Open
@Sharcoux

Description

@Sharcoux

The problem

Here is what the event looks like on onLoad:

image

But here is what the documentation tells us:

image

As you can see, the source attribute is missing.

How to reproduce

Simplified test case: here

Steps to reproduce:

  1. Create an Image
  2. Add an onLoad method
  3. Notice that the event.nativeEvent doesn't include the source attribute

Expected behavior

Environment (include versions). Did this work in previous versions?

  • React Native for Web (version): 0.17.6
  • React (version): 17.0.2
  • Browser: 98.0.2 (64 bits)

Without this event, is there another way to detect the original width/height of the image?

Metadata

Metadata

Assignees

No one assigned

    Labels

    has: prSubject of a pull requestproject:react-native-webIssue associated with react-native-web

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions