UNPKG

@dynatrace/react-native-plugin

Version:

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

9 lines (8 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Platform = void 0; var Platform; (function (Platform) { Platform["Android"] = "android"; Platform["IOS"] = "ios"; })(Platform = exports.Platform || (exports.Platform = {}));