Installation
Add @sigx/lynx-network to your project.
Install the package
pnpm add @sigx/lynx-network
Native setup
Native modules are autolinked by @sigx/lynx-cli — run a prebuild after installing:
sigx prebuild
Verify
import * as Network from '@sigx/lynx-network';
console.log(Object.keys(Network));
