Replies: 1 comment
-
Check out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. how can I use shared value with useState or useEffect
I mean I want to check current scroll position.
useEffect(() =>{
if(scrollY.value > 20){
alert("value bigger than 20);
}
})
Beta Was this translation helpful? Give feedback.
All reactions