Task: check useAnimatedProps parity with v1
See original GitHub issueDescription
From what I can see there are a few issues here, but basically I haven’t been able to get useAnimatedProps to work in any usecase.
Replication
Given a simple example there’s perhaps maybe a clue of What’s happening, when the image source uri property is adjusted from the previous I see.
Then also given the following code:
https://github.com/kyle-ssg/reanimated2-experiments/blob/master/App/components/AnimatedBlur.tsx#L43
Package versions
"react": "16.13.1",
"react-native": "0.63.1",
"react-native-reanimated": "2.0.0-alpha.5",
Issue Analytics
- State:
- Created 3 years ago
- Comments:23 (11 by maintainers)
Top Results From Across the Web
useAnimatedProps | React Native Reanimated
It allows for defining a set of native view properties that can be updated on the UI thread as a response to a...
Read more >react-native-reanimated: Versions - Openbase
Full version history for react-native-reanimated including change logs.
Read more >react-native-reanimated - npm
React Native Reanimated provides a more comprehensive, low level abstraction for the Animated library API to be built on top of and hence ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe this
I think the issue is quite low level and may be down to the React Native side, might be worth creating a new issue for maintainers here to look at.