UNPKG

@appzung/react-native-code-push

Version:

React Native plugin for the CodePush service

7 lines 272 B
/** * 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 declare function allowRestart(): Promise<void>; //# sourceMappingURL=allowRestart.d.ts.map