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

Implement localized message for disabled incremental hot update in development environment

This commit is contained in:
sunnylqm
2025-09-16 12:51:02 +08:00
parent bfb520bd07
commit 3732c196a1
3 changed files with 9 additions and 5 deletions

View File

@@ -478,11 +478,7 @@ export class Pushy {
log(errorMessage);
}
} else if (__DEV__) {
log(
`当前是开发环境,无法执行增量式热更新,重启不会生效。
如果需要在开发环境中测试可生效的全量热更新(但也会在再次重启后重新连接 metro
请打开“忽略时间戳”开关再重试。`,
);
log(this.t('dev_incremental_update_disabled'));
succeeded = 'full';
}
}