Tomasz Żelawski

Results 42 comments of Tomasz Żelawski

@guvenkaranfil I bumped the issue in React Native's repo but it doesn't seem to have a high priority at the moment. I can try to look into it a bit...

Unfortunately, no updates. I've been planning to maybe try and fix it in React Native myself but it's sadly pretty far on the priority list - but I haven't forgotten...

The issue isn't present in Reanimated 3.6.1.

I tested it on Reanimated 3.6.1 and everything seems to be fine.

@Rexogamer I must've been very tired already 😄

Hi @antochan. I will ask my colleagues from Expo about this issue and let you know!

Hi @Michota. I ran your first code snippet in the following way: ```tsx import React from 'react'; import Animated, { useSharedValue, useAnimatedStyle, withSpring, } from 'react-native-reanimated'; const DISLIKE_BUTTON_START_POSITION = {x:...

@siddhatiwari Unfortunately animations can be assigned only to `.value` of Shared Values, not to their properties. The following code is faulty since it doesn't assign to `.value`: ```tsx offset.value =...

@siddhatiwari Not exactly what you're asking, but: https://docs.swmansion.com/react-native-reanimated/docs/core/useSharedValue#remarks ![Screenshot 2024-08-12 at 11 31 48](https://github.com/user-attachments/assets/b13f1884-f74d-48bd-9ad1-cd0585c59e40)