Commit 6bc90fc
authored
fix: add missing NitroModules import in HybridViewModelInstance (#107)
## Summary
Add missing `import NitroModules` to `HybridViewModelInstance.swift`.
This import is required for `RuntimeError` which is used in the
`replaceViewModel` method added in #96.
## Note on CI
The iOS build in #96 passed because CI may have cached the build or the
error only surfaces in clean builds. This fix resolves the build error.1 parent 1000253 commit 6bc90fc
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments