Skip to content

Android nothing happens on click #60

Description

@AdamGold

iOS works fine. On Android, I can see the image being rendered, but nothing happens on click (no dialog opening).

<PhotoUpload
    onPhotoSelect={photo => {
        this.setState({ photo: photo });
    }}
    onStart={this.handleLoading}
    onRender={this.handleLoading}
>
    <Image
        style={styles.photo}
        resizeMode="cover"
        source={{
            uri:
                "https://www.sparklabs.com/forum/styles/comboot/theme/images/default_avatar.jpg"
        }}
    />
</PhotoUpload>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions