Lynx/Modules/Background Tasks/Installation
@sigx/lynx-background · Stable

Installation#

Add @sigx/lynx-background to your project.

Install the package#

Terminal
pnpm add @sigx/lynx-background

Native setup#

Native modules are autolinked by @sigx/lynx-cli — run a prebuild after installing:

Terminal
sigx prebuild

Verify#

TSX
import * as BackgroundTasks from '@sigx/lynx-background';

console.log(Object.keys(BackgroundTasks));