Skip to content

onValueChange is called many times. #180

@Achilles718611

Description

@Achilles718611

Following is code.
onValueChange={value => {
this.setState({
favSport0: value,
});
}}

When we change value in iOS, onValueChange is called many times and app is crashed.

image

When select value first time it works, but from second time it doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions