Lynx/Modules/Network/Installation
@sigx/lynx-network · Stable

Installation#

Add @sigx/lynx-network to your project.

Install the package#

Terminal
pnpm add @sigx/lynx-network

Native setup#

Native modules are autolinked by @sigx/lynx-cli — run a prebuild after installing:

Terminal
sigx prebuild

Verify#

TSX
import * as Network from '@sigx/lynx-network';

console.log(Object.keys(Network));