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

Modal not opening #57

Open
Prasanna4693 opened this issue Jun 7, 2017 · 1 comment
Open

Modal not opening #57

Prasanna4693 opened this issue Jun 7, 2017 · 1 comment

Comments

@Prasanna4693
Copy link

I used modal picker like below,

<ModalPicker
data={data}
initValue="1"
onChange={(option)=>{ alert(${option.label} (${option.key}) nom nom nom) }} />
<Image source={require('./images/dropdownArrow.png')} style={{height:10,width:15,marginLeft:5}}/>

Modal is not opening but initial value getting displayed.
Please Advise.

@rodrigorahal
Copy link

I've had similar problems with modal not opening. In my case it was related to this issue: facebook/react-native#12515 (modal not opening on react-native@0.42 when in remote debugging).
In that case, disabling remote debugger should work. It seems to be fixed by now so upgrading might help as well.

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

2 participants