@datadog/mobile-react-native-webview
Version:
A client-side React Native module to interact with react-native-webview and Datadog
19 lines (18 loc) • 699 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
/*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2016-Present Datadog, Inc.
*/
/* eslint-disable @typescript-eslint/ban-types */
/**
* Do not import this Spec directly, use DdNativeLogsType instead.
*/
// eslint-disable-next-line import/no-default-export
var _default = exports.default = _reactNative.TurboModuleRegistry.get('DdLogs');
//# sourceMappingURL=NativeDdLogs.js.map