mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 08:41:37 +08:00
fix ts error
This commit is contained in:
@@ -139,14 +139,7 @@ export const UpdateProvider = ({
|
||||
return false;
|
||||
}
|
||||
},
|
||||
[
|
||||
client,
|
||||
options.updateStrategy,
|
||||
options.afterDownloadUpdate,
|
||||
alertUpdate,
|
||||
alertError,
|
||||
throwErrorIfEnabled,
|
||||
],
|
||||
[client, options, alertUpdate, alertError, throwErrorIfEnabled],
|
||||
);
|
||||
|
||||
const downloadAndInstallApk = useCallback(
|
||||
|
Reference in New Issue
Block a user