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