Lynx/Modules/File Picker/Installation
@sigx/lynx-file-picker · Stable

Installation#

Add @sigx/lynx-file-picker to your project.

Install the package#

Terminal
pnpm add @sigx/lynx-file-picker

Native setup#

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

Terminal
sigx prebuild

Verify#

TSX
import * as FilePicker from '@sigx/lynx-file-picker';

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