Created
March 5, 2020 13:33
-
-
Save sueLan/584abd9884f3a6ab994e6c7720c042fb to your computer and use it in GitHub Desktop.
This file contains 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