Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS Crash App #42

Open
ghost opened this issue Oct 31, 2017 · 1 comment
Open

IOS Crash App #42

ghost opened this issue Oct 31, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 31, 2017

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

@gs-akhan
Copy link
Owner

gs-akhan commented Oct 31, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant