Am i writing the code wrong or is it not giving me the measure value ? #8302
Answered
by
MatiPl01
sreekanthSubramani
asked this question in
Q&A
-
I just want to know the pageX of an animated view, export default function AdvancedAPIhere(){
} |
Beta Was this translation helpful? Give feedback.
Answered by
MatiPl01
Sep 26, 2025
Replies: 1 comment 1 reply
-
You are calling |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sreekanthSubramani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are calling
measure
with thestylers
variable heremeasure(stylers)
instead of theboxRef
. I think that this is the main problem why you aren't getting measurements as you don't pass a reference to the view you want to measure.