You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is impossible to pass ref to components which is helpful for things like event listening. #121
Describe the solution you'd like
Would like to pass refs to all components in the library.
Describe alternatives you've considered
Can wrap a component in a div (or View) and pass a ref to that. It will just create more elements that way.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is impossible to pass ref to components which is helpful for things like event listening. #121
Describe the solution you'd like
Would like to pass refs to all components in the library.
Describe alternatives you've considered
Can wrap a component in a div (or View) and pass a ref to that. It will just create more elements that way.
The text was updated successfully, but these errors were encountered: