Installation
Add @sigx/lynx-haptics to your project.
Install the package
pnpm add @sigx/lynx-haptics
Native setup
Native modules are autolinked by @sigx/lynx-cli — run a prebuild after installing:
sigx prebuild
Verify
import * as Haptics from '@sigx/lynx-haptics';
console.log(Object.keys(Haptics));
