You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] 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.
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.
The text was updated successfully, but these errors were encountered: