Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thinking of implementing with Reanimated 2? #37

Open
doertli opened this issue Oct 8, 2020 · 5 comments
Open

Thinking of implementing with Reanimated 2? #37

doertli opened this issue Oct 8, 2020 · 5 comments
Labels
question Further information is requested

Comments

@doertli
Copy link

doertli commented Oct 8, 2020

No description provided.

@VincentCATILLON
Copy link
Owner

Hey @doertli ,

maybe, why not, what is the benefit of implementing an extra lib versus using native APIs exposed by RN ?

@doertli
Copy link
Author

doertli commented Oct 9, 2020

Smoother on more devices, works on React Native Web.

@VincentCATILLON
Copy link
Owner

VincentCATILLON commented Oct 9, 2020

I need to check the difference in performances (but it uses native driver and native API), and this version already works with react-native-web as you can see in the demo page.

@VincentCATILLON VincentCATILLON added the question Further information is requested label Mar 3, 2021
@UrionBlade
Copy link

@VincentCATILLON implementing this with react native reanimated will improve performance. Animated from react native is using javascript thread while react native reanimated use just UI thread. That's mean react native reanimated can perform 60FPS also on the older android devices

@bsmayer
Copy link

bsmayer commented Jul 28, 2022

Are you still considering this?

Reanimated 2 would give this library 60fps and much better performance on Android.
At the moment I can only enable that on iOS since Android can be a lot slower on a variety of devices.
I can help with the implementation is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants