react-native-picker icon indicating copy to clipboard operation
react-native-picker copied to clipboard

Animation when I hide Picker manually (?)

Open coelhucas opened this issue 5 years ago • 1 comments

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?

coelhucas avatar Dec 12 '18 11:12 coelhucas

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.

jonross10 avatar May 07 '19 00:05 jonross10