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