/** * SDK composition root for React Native. * * This file (and only this file) knows which provider adapter is active — * it re-exports the active adapter's React Native bindings so consumers * can import them via the provider-agnostic public subpath * `@vroom/client-js/react-native`. * * Hexagonal rule: core code under `src/core/` MUST NOT import this file. * The composition root is allowed to know the concrete adapter; the core * is not. * * Swapping providers (e.g., LiveKit → Daily) is a build-time change to * this single line — consumers do not need to update import paths. */ export * from './adapters/livekit/react-native'; //# sourceMappingURL=react-native.d.ts.map