Open shashanksoul opened 1 year ago
@wixmobile Can any check for this issue?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I can definitely see the same problem
Hey, anyone found a solution?
Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and Reproducible Demo sections.
Description
We updated our app from react native 67 to react native 70.5 and started seeing this error. AgendaList randomly starts jumping back and forth if we try to scroll too fast till the end of list. It doesn’t stop until we reload app. Doesn’t happen on react native 67.
Expected Behavior
we must be able to scroll list till end with any speed without jumping back & forth.
Observed Behavior
on react native 70.5 try to scroll agenda List till end of the list without stopping in between and list will start jumping back and forth.
Environment
Re
Please run these commands in the project folder and fill in their results:
npm ls react-native-calendars
: react-native-calendars@1.1293.0npm ls react-native
: ├─┬ react-native-calendars@1.1293.0 │ └─┬ recyclerlistview@3.0.5 │ └── react-native@0.70.5 deduped └── react-native@0.70.5Also specify:
Reproducible Demo
Create a new porject on RN 70.5 and replace App.js with this code
Issues that come with minimal repro's are resolved much more quickly than issues where a maintainer has to reproduce themselves.
Screenshots