Following is code. onValueChange={value => { this.setState({ favSport0: value, }); }} When we change value in iOS, onValueChange is called many times and app is crashed.  When select value first time it works, but from second time it doesn't work.