charkour / react-reactions

😲 Create custom reaction pickers and counters or use your favorites!
MIT License
74 stars 16 forks source link

Add ref forwarding #122

Open charkour opened 2 years ago

charkour commented 2 years ago

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.