Lynx/Modules/Native Bridge/Installation
@sigx/lynx-core · Stable

Installation#

Add @sigx/lynx-core to your project.

Install the package#

Terminal
pnpm add @sigx/lynx-core

Native setup#

Rebuild your development client after installing:

Terminal
sigx prebuild

Verify#

TSX
import * as NativeBridge from '@sigx/lynx-core';

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