@dynatrace/react-native-plugin
Version:
This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.
11 lines (10 loc) • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Types = void 0;
var Types;
(function (Types) {
Types[Types["FunctionalComponent"] = 0] = "FunctionalComponent";
Types[Types["ClassComponent"] = 1] = "ClassComponent";
Types[Types["Picker"] = 2] = "Picker";
Types[Types["RefreshControl"] = 3] = "RefreshControl";
})(Types = exports.Types || (exports.Types = {}));