1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-03 14:53:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

bump example rn 0.79.2

This commit is contained in:
sunnylqm
2025-05-29 15:01:44 +08:00
parent e5424591d1
commit 598ae1a506
9 changed files with 2111 additions and 617 deletions

View File

@@ -251,7 +251,7 @@ export const UpdateProvider = ({
const markSuccess = client.markSuccess;
useEffect(() => {
if (!client.assertDebug()) {
if (!client.assertDebug('checkUpdate()')) {
return;
}
const { checkStrategy, dismissErrorAfter, autoMarkSuccess } = options;