beefe / react-native-picker

A Native Picker with high performance.
1.75k stars 785 forks source link

picker is up after reloading the app #134

Open ezha86 opened 7 years ago

ezha86 commented 7 years ago

Hi all. i just ran the example, pressed DatePicker in order to render Picker and if i reload ios emulator (cmd + r) picker remains in place, although it should be hidden. .hide() not working as well as .toggle() and it pickerShow = false any ideas ? or can i emulate modal behavior - hide picker if clicked outside ?

govarthananve commented 2 years ago

Try with this https://github.com/beefe/react-native-picker/issues/162