python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
When should we use runOnUI and runOnJS?
If I understand correctly the purpose of 'worklets' it to run the code on UI thread:
With Reanimated 2 we spawn a secondary JS context on the UI thread that then is able to run JavaScript functions.
...
AlmaG3st
Votes: 0
Answers: 1
Reanimated 2 failed to create a worklet — Maybe You Forgot to Add Reanimated’s babel Plugin?
I have tried all I can think of to fix this error. I have tried uninstalling reanimated-bottom-sheet and react-native-reanimated and reinstalling them. Clearing cache. I do not have a babel.config.js ...
Justin Priede
Votes: 0
Answers: 4
Changing react native animated value mid-animation
I have built something similar to the popular game Flappy Bird - an object falls, and the user clicks a button causing that object to jump with the aim of making sure it doesn't hit the bottom of the ...
bobby_belfast
Votes: 0
Answers: 2
What are the differences between the FlatList created via. `Animated.FlatList` and `Animated.createAnimatedComponent(FlatList)`?
What are the main differences between these two FlatList components?
Note: Animated is imported from 'react-native-reanimated' in both instances.

IronManAYaad
Votes: 0
Answers: 0