-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScrollView experiments #1442
ScrollView experiments #1442
Conversation
Oh, sorry for not following the commit naming convention. I focused on the branch name instead (my bad). I promise to obey from now on |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1442 +/- ##
=======================================
Coverage 97.56% 97.56%
=======================================
Files 72 72
Lines 4266 4266
Branches 631 631
=======================================
Hits 4162 4162
Misses 104 104 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I've done some minor tweaks to matching code style of the other experiments.
Summary
I added an experiment for
ScrollView
.I simply copied the example from official docs https://reactnative.dev/docs/scrollview and attached logger for every event prefixed with 'on' word.
I'm marking it as draft for now as I plan to continue with
FlatList
andSectionList
within the same PR.