Dawid Michota

Results 32 comments of Dawid Michota

Can you tell me why does this work? For some reason derivedValue as an object does not work, but it does work as two values. ```tsx const dislikeButtonOffset = useSharedValue({...

Btw. changing `dislikeButtonOffset` to derived value will allow me to change its values in different functions, like this one? Currently I am animating this in following way: ```tsx const curtainShrinkRight...

May this be related to fact, that animations are being run in UI thread? ```tsx const curtainExpandRight = useCallback(() => { curtainWidth.value = withTiming(screenDimensions.width / 2, { duration: DISLIKE_CURTAIN_TIME.expand, });...

At this moment I am working on v5-alpha, and my knowledge on v4-topics is very limited, but im pretty sure there is no way to change this behavior without completing...

I can't recreate your issue. Are you using v4.1.3?

It is still happenin gon 5.14.5. In my opinion it is not completed

Weird thing: I have `newArchEnabled=true` setting set in `graddle.properties`, and i set ```{ "expo": { "newArchEnabled": true } } ``` yet when I `console.log(global?.nativeFabricUIManager)` it returns false, which suggest, that...

bumping, this would be a nice thing to have :)