Lynx/Modules/Runtime/Installation
@sigx/lynx-runtime · Stable

Installation#

Add @sigx/lynx-runtime to your project.

Install the package#

Terminal
pnpm add @sigx/lynx-runtime

Native setup#

Rebuild your development client after installing:

Terminal
sigx prebuild

Verify#

TSX
import * as Runtime from '@sigx/lynx-runtime';

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