Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 02633ef

Browse files
committed
remove restartAllowed from typings
1 parent 1a49e76 commit 02633ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

typings/react-native-code-push.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,6 @@ declare namespace CodePush {
228228
*/
229229
function disallowRestart(): void;
230230

231-
/**
232-
* Check if CodePush is allowed to restart the app.
233-
*/
234-
function restartAllowed(): boolean;
235-
236231
/**
237232
* Immediately restarts the app.
238233
*

0 commit comments

Comments
 (0)