Skip to content

Commit bdd0530

Browse files
isaacrowntreeclaude
andcommitted
fix: remove UnzipTask/ZipTask from autolinking config
These HybridObjects are created by the Unzip factory (extract/zip), not via NitroModules.createHybridObject(). Registering them in autolinking caused compilation errors since they require constructor arguments (zipPath, destinationPath) and cannot be default-constructed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4bd46d2 commit bdd0530

4 files changed

Lines changed: 0 additions & 64 deletions

File tree

nitro.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
"Unzip": {
1313
"swift": "HybridUnzip",
1414
"kotlin": "HybridUnzip"
15-
},
16-
"UnzipTask": {
17-
"swift": "HybridUnzipTask",
18-
"kotlin": "HybridUnzipTask"
19-
},
20-
"ZipTask": {
21-
"swift": "HybridZipTask",
22-
"kotlin": "HybridZipTask"
2315
}
2416
},
2517
"ignorePaths": ["node_modules", "lib", "example"]

nitrogen/generated/android/NitroUnzipOnLoad.cpp

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nitrogen/generated/ios/NitroUnzipAutolinking.mm

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nitrogen/generated/ios/NitroUnzipAutolinking.swift

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)