@datadog/mobile-react-native-navigation
Version:
A client-side React Native module to interact with Datadog
28 lines (27 loc) • 969 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _exportNames = {
DdRumReactNativeNavigationTracking: true
};
Object.defineProperty(exports, "DdRumReactNativeNavigationTracking", {
enumerable: true,
get: function () {
return _DdRumReactNativeNavigationTracking.DdRumReactNativeNavigationTracking;
}
});
var _DdRumReactNativeNavigationTracking = require("./rum/instrumentation/DdRumReactNativeNavigationTracking");
var _reactNativeNavigation = require("react-native-navigation");
Object.keys(_reactNativeNavigation).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _reactNativeNavigation[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _reactNativeNavigation[key];
}
});
});
//# sourceMappingURL=index.js.map