1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-23 07:53:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2025-10-24 17:01:50 +08:00
parent 1b4c03924a
commit 6e4f432e26
12 changed files with 343 additions and 746 deletions

View File

@@ -17,7 +17,7 @@ export class PushyFileJSBundleProvider extends JSBundleProvider {
async getBundle(): Promise<ArrayBuffer> {
try {
this.filePath = this.updateContext.getBundleUrl();
this.filePath = this.updateContext.getBundleUrl();
const res = fileIo.accessSync(this.filePath);
if (res) {
const file = fileIo.openSync(this.filePath, fileIo.OpenMode.READ_ONLY);