UNPKG

@appzung/react-native-code-push

Version:

React Native plugin for the CodePush service

16 lines (15 loc) 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.allowRestart = allowRestart; var _NativeRNAppZungCodePushModule = require("./internals/NativeRNAppZungCodePushModule.js"); /** * Allow CodePush to restart the app. * * This is an advanced API and is only necessary if your app explicitly disallowed restarts via the `disallowRestart` method. */ function allowRestart() { return _NativeRNAppZungCodePushModule.NativeRNAppZungCodePushModule.allow(); } //# sourceMappingURL=allowRestart.js.map