Q: Worklet version of 'getYforX' function
See original GitHub issueHi! First of all - thanks for your library - it`s really very great solution!
I have a question about ‘getYforX’ function realisation.
For example in ‘react-native-redash’, also from William Candillon - this functions is ‘worklet’.
Why didn’t you use them also in worklet’s maner?
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Worklets | React Native Reanimated - Software Mansion
Each worklet function can be run either on the main React Native thread if you just call that function in your code, or...
Read more >Adding "worklet" will not resolve "tried to synchronously call ...
Description I added the "worklet" keyword inside my callback function but the error ... Reanimated version, React Native version and Platforms sections.
Read more >The 5-min Reanimated Worklet - YouTube
In this video, we get to know animation worklets from Reanimated 2 Official announcement: ...
Read more >react-native-reanimated 2: cannot make a function with ...
im just learning react-native-reanimated v2, but i got an issue when creating a function with 'worklet' keyword.
Read more >Deep dive into React Native Reanimated - LogRocket Blog
Worklets are simple functions that allow us to execute JavaScript code ... we must use the component version that we can animate.
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
Yea, Skia just renders faster than SVG. It does not create a lot of unnecessary views and is in general just more performant. Try it out for yourself! 😃
Could you also, please, give me a shortest answer - why this approach (with using Skia) is more fastest and smother than
react-native-svg
one?I know there is also Rainbow chart library (https://github.com/rainbow-me/react-native-animated-charts) tries to do the similar things but used Reanimated and SVG