@freshworks/react-native-freshdesk-sdk
Version:
React Native wrapper for Freshdesk Android and iOS SDKs
16 lines (14 loc) • 632 B
JavaScript
import { TurboModuleRegistry } from 'react-native';
/**
* Codegen spec for the Freshdesk native module.
*
* Parsed by @react-native/codegen. MUST contain only the react-native import,
* the Spec interface, and the default export. All runtime logic (no-op
* fallback, NativeEventEmitter wiring) lives in ./FreshdeskModule.ts.
*
* Rich public types (FreshdeskConfig, ContentConfiguration, ...) stay in
* ./types.ts; the spec uses `Object` / `string` because codegen cannot
* resolve cross-file structured types.
*/
export default TurboModuleRegistry.get('FreshdeskReactNative');
//# sourceMappingURL=NativeFreshdesk.js.map