question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Migrate to Reanimated for performance gain.

See original GitHub issue

Hi, with the current version of this package my app in production shows an extreme lag where there is a skeleton loader. I believe instead of the Animated Api of React Native, if we use Reanimated2, we can achieve a much better performance. I haven’t tried this though. In my free time I’m thinking of giving this a shot.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
chramoscommented, Apr 12, 2022

for sure, I’ll implement a new version with Reanimated, I’ll try to add support to v1 and v2

0reactions
ali-thowfeekcommented, Apr 17, 2022

Hey @chramos Sorry I’m no longer able to share the implementation. I’ll close this issue for now as I don’t have any input in this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating from Reanimated 1.x | React Native Reanimated
We wanted to make it possible to migrate from Reanimated 1 to Reanimated 2 incrementally. When installing Reanimated 2, you will be able...
Read more >
Performance issue in reanimated 2? #887 - GitHub
I've been playing around with the new reanimated 2 and I am experiencing some performance problems compared to both Reanimated 1 and ...
Read more >
Animations in React Native: Performance and Reason-about ...
Reanimated gives us a useAnimatedStyle hook that allows us to animate styles using shared values. Let's look at an example: import * as...
Read more >
How to Make Performant Animations in React Native using ...
Reanimated enables us to create performant animations and user interactions that run quickly on the UI thread without any frame drops. Version 1 ......
Read more >
Deep dive into React Native Reanimated - LogRocket Blog
Reanimated's core strength lies in its ability to improve the performance and responsiveness of React Native applications, giving animations ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found