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
Currently the thumb component only allows us to use Image source props.
It would be useful if we had a prop that takes a custom component as there's plenty of use cases and problems to solve with this approach for example :
Videos thumbnails on slide
TVOS focus related issues ( it's impossible to maintain the focus without having access to the thumb component )
Possible Implementations
an optional thumbComponent props that accepts a functional component
The text was updated successfully, but these errors were encountered:
Describe the Feature
Currently the thumb component only allows us to use Image source props.
It would be useful if we had a prop that takes a custom component as there's plenty of use cases and problems to solve with this approach for example :
Possible Implementations
an optional thumbComponent props that accepts a functional component
The text was updated successfully, but these errors were encountered: