-
Hi,
and inside each RemoteCtlCarouselItem (that display a picture of a remote controller) I am instantiating a class to manage the androidtv remote like this::
The problem is all the rendered item are mounted and all the classes are instantiated but what I would like is to instantiate the class only when the rendered item is displayed the first time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Finally I used handleSnapToItem with a isVisible prop:
|
Beta Was this translation helpful? Give feedback.
Finally I used handleSnapToItem with a isVisible prop: