UNPKG

@appzung/react-native-code-push

Version:

React Native plugin for the CodePush service

13 lines (11 loc) 408 B
"use strict"; import { NativeRNAppZungCodePushModule } from "./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. */ export function allowRestart() { return NativeRNAppZungCodePushModule.allow(); } //# sourceMappingURL=allowRestart.js.map