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