Installation
Add @sigx/lynx-runtime-main to your project.
Install the package
pnpm add @sigx/lynx-runtime-main
Native setup
Rebuild your development client after installing:
sigx prebuild
Verify
import * as MainRuntime from '@sigx/lynx-runtime-main';
console.log(Object.keys(MainRuntime));
