@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) • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NullRootAction = void 0;
const NullAction_1 = require("./NullAction");
class NullRootAction extends NullAction_1.NullAction {
enterAction(name, platform) {
return new NullAction_1.NullAction();
}
}
exports.NullRootAction = NullRootAction;