Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

(Warning) Sending onAnimatedValueUpdate with no listeners registered. #1258

Open
1 of 5 tasks
Choyeongdeok opened this issue Sep 8, 2021 · 23 comments
Open
1 of 5 tasks

Comments

@Choyeongdeok
Copy link

Current behavior

When I swipe fast between tabs,
I get a warning 'Sending onAnimatedValueUpdate with no listeners registered.' only in ios.

Simulator.Screen.Recording.-.iPhone.12.-.2021-09-08.at.12.19.50.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
  • iOS
  • Web
  • Windows
  • MacOS

Environment

"react-native-pager-view": "5.4.0",
"react-native-tab-view": "3.1.1",
"react-native": "0.64.1",

@github-actions
Copy link

github-actions bot commented Sep 8, 2021

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
Copy link

github-actions bot commented Sep 8, 2021

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?

@lclrobert2020
Copy link

this problem still exist

@zienna
Copy link

zienna commented Oct 19, 2021

@satya164

@jamiesunderland
Copy link

causing hermes debug apps to crash on ios

@github-actions
Copy link

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.

@akshilshah
Copy link

Workaround for the issue is to ignore warnings

Import it in App.js file

Code:

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

@hirbod
Copy link

hirbod commented Jan 28, 2022

Ignoring Warnings is not always the right solution

@yuhr
Copy link

yuhr commented Mar 4, 2022

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

@akshilshah
Copy link

akshilshah commented Mar 5, 2022

@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

@mAdutskevich
Copy link

same problem

@Mohamed-Raid
Copy link

any updates ?

@JungHsuan
Copy link

same here

@Oussama-Berrazaga
Copy link

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

@patrikalbertsson
Copy link

Same here

@gustavomanolo
Copy link

Same problem

1 similar comment
@root123-bot
Copy link

Same problem

@sanduluca
Copy link

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

@hadyca
Copy link

hadyca commented Nov 5, 2022

same problem..

@okwasniewski
Copy link
Collaborator

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

@okwasniewski okwasniewski reopened this Nov 10, 2022
@github-actions github-actions bot removed the stale label Nov 11, 2022
@vinaciotm
Copy link

same problem

@07kushalsaini
Copy link

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

@maksim-romanov
Copy link

Same problem :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests