mBarlescu

Results 3 comments of mBarlescu

> The same problem for me! > > inside `useAnimatedProps` hook with `console.log` - I can see that the dependent shared value changed, but when I pass this animated props...

I had also solved my issue. For anyone with similar problems you can try the following: First I ended up using their built in useAnimatedRef, to call "setNativeProps" within the...

> Hi @JonnyBurger ! > > I have issue with component and the problem with that when I pass new animated props (which depends from `useDerivedValue` hook) in component -...