(Warning) Sending `onAnimatedValueUpdate` with no listeners registered.
Current behavior
When I swipe fast between tabs, I get a warning 'Sending onAnimatedValueUpdate with no listeners registered.' only in ios.
https://user-images.githubusercontent.com/54658590/132441362-71bea3f6-d984-403b-90f5-5949c150a778.mp4
Expected behavior
It's not an error, but I want to resolve it. Is there any answer? If there is no anwser, I'll use log box to hide it.
Reproduction
no repro
Platform
- [ ] Android
- [X] iOS
- [ ] Web
- [ ] Windows
- [ ] MacOS
Environment
"react-native-pager-view": "5.4.0", "react-native-tab-view": "3.1.1", "react-native": "0.64.1",
Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.dev link or link to a GitHub repo under your username).
Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup.
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
-
react-native-pager-view(found:5.4.0, latest:5.4.1) -
react-native(found:0.64.1, latest:0.65.1)
Can you verify that the issue still exists after upgrading to the latest versions of these packages?
this problem still exist
@satya164
causing hermes debug apps to crash on ios
Hello 👋, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it.
Workaround for the issue is to ignore warnings
Import it in App.js file
Code:
import { LogBox } from 'react-native';
LogBox.ignoreLogs(['Sending']);
Ignoring Warnings is not always the right solution
In any sense ignoring warnings is not a solution nor even a workaround. It means an abandonment of your software's maintenance.
@yuhr I totally agree with you in fact I am very actively looking for an option. Could you please share if you have fixed the code because I am running this on production and I either need a fix or workaround
same problem
any updates ?
same here
same issue happens when I swipe from left to right on the first tab and when swiping right to left on the last tab
Same here
Same problem
Same problem
Same problem.
No idea why on IOS there is no listeners registered for onAnimatedValueUpdate
same problem..
Reopening this, since this issue still occurs. I will look into this.
same problem
same problem .

Same problem :(