beefe / react-native-picker

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

Animation when I hide Picker manually (?) #352

Open coelhucas opened 5 years ago

coelhucas commented 5 years ago

I've wrapped the Picker inside a Modal from react-native-modal but, I can't figure out how to smoothly animate the Picker going down when I call Picker.hide(); There's some way to programatically handle this 'going out' animation?

jonross10 commented 5 years ago

Did you figure out the best way to accomplish this? I'm trying to use this in my app but the Picker.hide() functionality not being as smooth as the show() functionality is bugging me.