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