UNPKG

react-native-onyx

Version:

State management for React Native

19 lines (18 loc) 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * No-op implementation of DevTools that does nothing * Used when DevTools is disabled */ class NoOpDevTools { registerAction() { // do nothing } initState() { // do nothing } clearState() { // do nothing } } exports.default = NoOpDevTools;