UNPKG

@dynatrace/react-native-plugin

Version:

This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.

16 lines (15 loc) 589 B
"use strict"; var _a; Object.defineProperty(exports, "__esModule", { value: true }); exports.RefreshControl = void 0; const react_native_1 = require("react-native"); const Types_1 = require("../../model/Types"); if (typeof react_native_1.RefreshControl === 'object') { exports.RefreshControl = Object.assign({ _dtInfo: { type: Types_1.Types.RefreshControl } }, react_native_1.RefreshControl); } else { exports.RefreshControl = (_a = class RefreshControl extends react_native_1.RefreshControl { }, _a._dtInfo = { type: Types_1.Types.RefreshControl }, _a); }