Native Bridge
getModule, callSync, callAsync, guardModule — every native-module package depends on this.
Installation
pnpm add @sigx/lynx-coreAbout
@sigx/lynx-core is a Lynx module — the low-level NativeModules bridge. It is versioned in lockstep with the rest of the Lynx module family, so any combination of modules just works together.
It also ships two app-facing surfaces, both re-exported from @sigx/lynx:
Platform— synchronous platform checks (Platform.OS,Platform.Version,pixelRatio/pixelWidth/pixelHeight, best-effortisPad) andPlatform.select({ ios, android, web, native, default }), sourced from the LynxSystemInfoglobal. See the platform-specific code guide.DeviceInfo—DeviceInfo.getInfo()resolves a platform-discriminated snapshot of hardware, OS, screen and app metadata. Its native side is served by core's ownSigxCoremodule — no separate package to install.
Next steps
Continue with Installation for project setup, or jump to the API reference.
