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?
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.
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 callPicker.hide();
There's some way to programatically handle this 'going out' animation?