v0.4.10
Two package-manager install fixes.
Package manager
| Area | What changed | PR |
|---|---|---|
| Expo | A project on Expo below SDK 56 now installs with a project-local virtual store instead of the shared global store. Metro before SDK 56 resolves modules by real path and can't reach the machine-global store; Expo 56+ (its On-demand Filesystem) is store-aware and keeps the shared store. | #446 |
| Workspaces | A newly-added workspace member now resolves against the shared lockfile layout instead of failing to link. | #443 |
What's Changed
- fix(install): resolve a newly-added workspace member on the shared lockfile layout by @colinhacks in #443
- feat(pm): version-gate the Expo GVS eject on SDK 56 by @colinhacks in #446
Full Changelog: v0.4.9...v0.4.10