-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added ref support for picker/datepicker components #69
Conversation
Wow, thank you for this. I'll check today an see if this is fine =) |
Thanks, Let me know if I missed something! I did notice that in RN 0.64 (I think) there is a bug with the internal lib you use (posted below). The way we were able to work around it was disabling the picker |
} | ||
onClose && onClose(); | ||
} | ||
// Only execute when show changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Hello, this should be available on 0.3.11 =) |
Hi, I appreciate what you have done for this library.
I (and my team) are trying to setup the ability to use a ref with your picker components
We need it so a form can press next and automatically open the picker. This PR has been tested locally to give us the functionality. I hope you can review and version bump npm soon :) let me know if you have any questions