Installation
Add @sigx/lynx-list to your project.
Install the package
pnpm add @sigx/lynx-list@sigx/lynx is a peer dependency — you already have it in a Lynx app.
No native setup
@sigx/lynx-list is pure JS: it wraps Lynx's built-in <list> recycler and
ships no native module, so there is nothing to autolink and no sigx prebuild
step to run. Install it, import List, and it works identically on iOS and
Android.
Verify
import { List, ListMethods } from '@sigx/lynx-list';
console.log(typeof List, typeof ListMethods); // function object
