-
Notifications
You must be signed in to change notification settings - Fork 313
FlashList v2 #1617
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
FlashList v2 #1617
Conversation
5c18296
to
1aaff36
Compare
|
||
import App from "./src/App"; | ||
import { name as appName } from "./app.json"; | ||
|
||
I18nManager.forceRTL(false); |
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.
Should we delete this?
} | ||
}, [currentStickyIndex, nextStickyIndex, recyclerViewManager, sortedIndices]); | ||
|
||
useEffect(() => { |
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.
@naqvitalha Maybe the bug we saw is because the current index is computed in a useEffect instead of a layout effect. This would be computed well after pain right?
c72fd3d
to
1d8c733
Compare
0f3ffe9
to
ef287ac
Compare
305c534
to
89a155a
Compare
707d268
to
a0439aa
Compare
… Native 0.78 support
* Fix missing itemType in average compute * Improve reconciliation algo
a0439aa
to
dbe1812
Compare
dbe1812
to
af430af
Compare
Description
This PR adds a new core for new arch that will replace recyclerlistview dependency.
Reviewers’ hat-rack 🎩
Screenshots or videos (if needed)