Skip to content

IOS Crash App  #42

@ghost

Description

When i'm multi time clicking on choose before open option box. application crash.
help me please

                  <Select
                       transparent={true}
                        optionListStyle = {{borderColor:'#d7d7d7',}
                        defaultText={this.state.companyText}
                        style={{borderWidth:0, width:(getDeviceWidth() * 0.64)}}
                        indicator="down"
                        backdropStyle={{backgroundColor:'rgba(0,0,0,0.5)'}}
                        placeholder="Select status"
                        indicatorColor="#666666"
                        onSelect={this.onSelectCompany}>
                         <Option styleText={{color:'#d9d9d9'}} value='' key={''} >Select company</Option>
                        {this.getCompany()}
                  </Select>

addition info:
react-native-cli: 2.0.1
react-native: 0.47.2
node: 8.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions