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
Hi, I hope this question make sense, I am creating a native ui component using Java, I want to get the "animatedProps" object, normally I would do something like that:
But for some reason the setter won't be called. I am not sure if I am doing something wrong, but is it possible to get animated value in my custom component ?
Thanks in advanced.
EDIT: The setter won't be called only when the prop name is "animatedProps", other props can be catch using this code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I hope this question make sense, I am creating a native ui component using Java, I want to get the "animatedProps" object, normally I would do something like that:
But for some reason the setter won't be called. I am not sure if I am doing something wrong, but is it possible to get animated value in my custom component ?
Thanks in advanced.
EDIT: The setter won't be called only when the prop name is "animatedProps", other props can be catch using this code.
Beta Was this translation helpful? Give feedback.
All reactions