/virtualized-list

Primary LanguageLuaMIT LicenseMIT

roblox-ts typings of virtualized-list-lua for Roblox.

Installation

To use, @rbxts/react-ts must be installed first.

Then, install virtualized-list!

npm install @rbxts/virtualized-list

Changes from Luau version and compatibility

A few minimal changes from the original source have been made to have better roblox-ts compatiblity:

  • flipper import has been updated to reflect the @rbxts/flipper package exported path

Sources

virtualized-list sources were derived from DefinitelyTyped/react-native, with some minor modifications being performed to have compatibility with @rbxts/react-ts.