## FunkitConnectCore

`@funkit/connect-core` holds the headless, platform-agnostic business logic shared by
[`@funkit/connect`](../connect) (web) and `@funkit/connect-rn` (React Native): domains,
utils, hooks, Statsig wrappers, theme factories, and the `FunLogger` class.

**Invariant:** no DOM, vanilla-extract, or wagmi imports anywhere under `src/**`. Platform
concerns (rendering, transports, storage) are supplied by the consuming package through the
contracts defined here. See [`../connect-rn/README.md`](../connect-rn/README.md) for the core/web/RN architecture.
