mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 13:11:39 +08:00
feat: add restartApp (#488)
This commit is contained in:
@@ -544,6 +544,9 @@ export class Pushy {
|
||||
delete Pushy.progressHandlers[progressKey];
|
||||
}
|
||||
};
|
||||
restartApp = async () => {
|
||||
return PushyModule.restartApp();
|
||||
};
|
||||
}
|
||||
|
||||
// for international users
|
||||
|
Reference in New Issue
Block a user