Skip to content

Instantly share code, notes, and snippets.

@sueLan
Created March 5, 2020 13:29
Show Gist options
  • Save sueLan/cbe9355e4dbb2ae38a612f6c316e66fe to your computer and use it in GitHub Desktop.
Save sueLan/cbe9355e4dbb2ae38a612f6c316e66fe to your computer and use it in GitHub Desktop.
// 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