react-native-tab-view icon indicating copy to clipboard operation
react-native-tab-view copied to clipboard

(Warning) Sending `onAnimatedValueUpdate` with no listeners registered.

Open Choyeongdeok opened this issue 4 years ago • 23 comments

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",

Choyeongdeok avatar Sep 08 '21 03:09 Choyeongdeok

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.

github-actions[bot] avatar Sep 08 '21 03:09 github-actions[bot]

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?

github-actions[bot] avatar Sep 08 '21 03:09 github-actions[bot]

this problem still exist

lclrobert2020 avatar Oct 02 '21 11:10 lclrobert2020

@satya164

zienna avatar Oct 19 '21 18:10 zienna

causing hermes debug apps to crash on ios

jamiesunderland avatar Oct 26 '21 12:10 jamiesunderland

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.

github-actions[bot] avatar Nov 26 '21 01:11 github-actions[bot]

Workaround for the issue is to ignore warnings

Import it in App.js file

Code:

import { LogBox } from 'react-native';
LogBox.ignoreLogs(['Sending']);

akshilshah avatar Dec 07 '21 07:12 akshilshah

Ignoring Warnings is not always the right solution

hirbod avatar Jan 28 '22 17:01 hirbod

In any sense ignoring warnings is not a solution nor even a workaround. It means an abandonment of your software's maintenance.

yuhr avatar Mar 04 '22 07:03 yuhr

@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

akshilshah avatar Mar 05 '22 08:03 akshilshah

same problem

mAdutskevich avatar Apr 13 '22 14:04 mAdutskevich

any updates ?

Mohamed-Raid avatar May 03 '22 13:05 Mohamed-Raid

same here

JungHsuan avatar May 20 '22 09:05 JungHsuan

same issue happens when I swipe from left to right on the first tab and when swiping right to left on the last tab

Oussama-Berrazaga avatar May 25 '22 12:05 Oussama-Berrazaga

Same here

patrikalbertsson avatar Oct 15 '22 21:10 patrikalbertsson

Same problem

gustavomanolo avatar Oct 29 '22 01:10 gustavomanolo

Same problem

root123-bot avatar Nov 01 '22 13:11 root123-bot

Same problem. No idea why on IOS there is no listeners registered for onAnimatedValueUpdate

sanduluca avatar Nov 02 '22 10:11 sanduluca

same problem..

hadyca avatar Nov 05 '22 08:11 hadyca

Reopening this, since this issue still occurs. I will look into this.

okwasniewski avatar Nov 10 '22 16:11 okwasniewski

same problem

vinaciotm avatar Nov 14 '22 20:11 vinaciotm

same problem . simulator_screenshot_82150835-8A07-4197-9606-91DEEC34936B

07kushalsaini avatar Nov 16 '22 06:11 07kushalsaini

Same problem :(

maksim-romanov avatar Nov 25 '22 07:11 maksim-romanov