question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

list items become unresponsive if navigation happens during scroll

See original GitHub issue

not fixed by fixes for #53

see snack (based on this snack, but with an easier repro)

  1. tap any rows on the left tab
  2. scroll down in the left tab. When onMomentumScrollBegin is detected, it will navigate to the 2nd tab. Press Go Back to go back
  3. list items are no longer tappable

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
happyfloatcommented, Sep 10, 2020

@WoLewicki I think I’m also experiencing this issue. Thankfully I found this issue before removing this library, it’s clearly a deal breaker for production use!?

I didn’t know it was related to the Lists and already gave up on creating a new Github-Issue to reproduce my “complicated navigation setup/issue”.

I will give your PR a shot soon! Thank you very much 👍

0reactions
happyfloatcommented, Sep 16, 2020

@WoLewicki I did apply the PR as a patch. So far the issue did not appear again 👍 . I will report back if it happens again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common bugs in React Native ScrollView and how to fix them
React Native's ScrollView component is ubiquitous, but its implementation can sometimes lead to mistakes. Learn what to look out for here.
Read more >
Page becomes unresponsive after some time - Stack Overflow
Open the console, click 'submit' to start, then click a few times on one of the list items. You'll see for each click,...
Read more >
Infinite Scrolling: When to Use It, When to Avoid It
Inspect only a few items at the top of the list (e.g., pick the best search results)
Read more >
overflow - CSS: Cascading Style Sheets - MDN Web Docs
The overflow CSS shorthand property sets the desired behavior for an element's overflow — i.e. when an element's content is too big to...
Read more >
Prototype scrolling with overflow behavior - Figma Help Center
Scroll up or down on a long page of content · Scroll left-to-right to view different elements in a slider. · Navigate between...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found