-
Notifications
You must be signed in to change notification settings - Fork 302
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
base: main
Are you sure you want to change the base?
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?
… Native 0.78 support
c72fd3d
to
1d8c733
Compare
Description
This PR adds a new core for new arch that will replace recyclerlistview dependency.
Reviewers’ hat-rack 🎩
Screenshots or videos (if needed)