Created
March 5, 2020 13:29
-
-
Save sueLan/cbe9355e4dbb2ae38a612f6c316e66fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The map storing the cell layout info | |
{ [cellKey]: { | |
// offset of the item cell | |
offset: number, | |
// length of the item cell. width or height determined by the direction of the VirtualizedList | |
length: number, | |
index: number, | |
inLayout: boolean, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment