-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
withPause cause crashing #477
Comments
+1 |
1 similar comment
+1 |
+1 with the latest release |
it should be fixed part of 16.3.0, could you send me an example to reproduce the issue? |
@wcandillon here is how I am using it. I am also on reanimated
|
@wcandillon I might be using it wrong cause when I wrap the value with
|
shouldn't it be:
|
@wcandillon nevermind I figured it out! I forgot to set |
Which other function other than withTiming would you like to use it for? I use it with withRepeat for instance. |
@wcandillon I don't need it with any other function, |
I am currently using react-native 0.66.3, reanimated 2.3.0-beta.3 and redash 16.2.2.
I followed your tutorial on start-react-native.dev (the high-order animations video) and my program just crash with error: Cannot read property '__nodeId' of undefined, here are the code:
I am a newbie in reanimated so i can't know where the problem was
I am running on android 12 emulator
The text was updated successfully, but these errors were encountered: