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