Lynx/Modules/Storage/Installation
@sigx/lynx-storage · Stable

Installation#

Add @sigx/lynx-storage to your project.

Install the package#

Terminal
pnpm add @sigx/lynx-storage

Native setup#

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

Terminal
sigx prebuild

Verify#

TSX
import * as Storage from '@sigx/lynx-storage';

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